diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2021-02-02 16:56:57 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2021-02-04 22:16:10 -0600 |
commit | bb7d4bdc09d0b52a65b8cf3b5ae629f385fc8011 (patch) | |
tree | 6d144200ff008c8e8f1f74a51475c54b95f04912 /src/engine/detect.cpp | |
parent | cc5fe7c79aad14819df1b4cb134884b80a945141 (diff) | |
download | wix-bb7d4bdc09d0b52a65b8cf3b5ae629f385fc8011.tar.gz wix-bb7d4bdc09d0b52a65b8cf3b5ae629f385fc8011.tar.bz2 wix-bb7d4bdc09d0b52a65b8cf3b5ae629f385fc8011.zip |
Clean up synchronization between the engine and the BA.
Diffstat (limited to 'src/engine/detect.cpp')
-rw-r--r-- | src/engine/detect.cpp | 4 |
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 |
12 | static HRESULT AuthenticationRequired( | 12 | static 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 | ||
291 | static HRESULT AuthenticationRequired( | 291 | static 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, |