aboutsummaryrefslogtreecommitdiff
path: root/src/engine/detect.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/engine/detect.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/engine/detect.cpp b/src/engine/detect.cpp
index 3b8d63e2..ff6ba4d7 100644
--- a/src/engine/detect.cpp
+++ b/src/engine/detect.cpp
@@ -9,7 +9,7 @@ typedef struct _DETECT_AUTHENTICATION_REQUIRED_DATA
9} DETECT_AUTHENTICATION_REQUIRED_DATA; 9} DETECT_AUTHENTICATION_REQUIRED_DATA;
10 10
11// internal function definitions 11// internal function definitions
12static HRESULT AuthenticationRequired( 12static HRESULT WINAPI AuthenticationRequired(
13 __in LPVOID pData, 13 __in LPVOID pData,
14 __in HINTERNET hUrl, 14 __in HINTERNET hUrl,
15 __in long lHttpCode, 15 __in long lHttpCode,
@@ -288,7 +288,7 @@ LExit:
288 return hr; 288 return hr;
289} 289}
290 290
291static HRESULT AuthenticationRequired( 291static HRESULT WINAPI AuthenticationRequired(
292 __in LPVOID pData, 292 __in LPVOID pData,
293 __in HINTERNET hUrl, 293 __in HINTERNET hUrl,
294 __in long lHttpCode, 294 __in long lHttpCode,