• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revision6cd1f8b24fda13cced36a4d128acc58e2bbaa5f4 (tree)
Zeit2012-03-11 19:27:17
Autorqwerty2501 <qwerty2501users.sourceforge.jp>
Commiterqwerty2501

Log Message

IEクッキー取得持にログファイル出力されるよう変更

Ändern Zusammenfassung

Diff

Binary files a/nlite.suo and b/nlite.suo differ
--- a/shareCookie/shareCookie.c
+++ b/shareCookie/shareCookie.c
@@ -351,7 +351,8 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
351351
352352
353353 }
354-
354+
355+ dumpln(TEXT("cookieResult:%d"),cookieResult);
355356
356357
357358
@@ -389,7 +390,7 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
389390
390391 default:
391392
392- wincheck(cookieResult);
393+
393394
394395 result = COOKIE_ERR_UNKNOWN;
395396
@@ -399,7 +400,7 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
399400 }//if(cookieResult == ERROR_SUCCESS)
400401 }//if(wcslen(domeins[index]) >= GET_IE_COOKIE_URL_MAXLENGTH)
401402
402-
403+ wincheck(cookieResult);
403404
404405
405406 end: