OSDN Git Service

IEクッキー取得持にログファイル出力されるよう変更 master v0.103
authorqwerty2501 <qwerty2501users.sourceforge.jp>
Sun, 11 Mar 2012 10:27:17 +0000 (19:27 +0900)
committerqwerty2501 <qwerty2501users.sourceforge.jp>
Sun, 11 Mar 2012 10:27:17 +0000 (19:27 +0900)
nlite.suo
shareCookie/shareCookie.c

index d48bde5..ce126ef 100644 (file)
Binary files a/nlite.suo and b/nlite.suo differ
index 480808b..d264e45 100644 (file)
@@ -351,7 +351,8 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
                                
                        
                }
-                       
+               
+               dumpln(TEXT("cookieResult:%d"),cookieResult);
 
                        
 
@@ -389,7 +390,7 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
                        
                        default:
 
-                               wincheck(cookieResult);
+                               
 
                                result = COOKIE_ERR_UNKNOWN;
 
@@ -399,7 +400,7 @@ static INLINE COOKIE_RESULT GetCookieInternetExplorer(LPWSTR cookie,SIZE_T bufSi
                }//if(cookieResult == ERROR_SUCCESS)
        }//if(wcslen(domeins[index]) >= GET_IE_COOKIE_URL_MAXLENGTH)
 
-
+       wincheck(cookieResult);
 
 
 end: