Zebediah Figura : httpapi: Prefer the builtin version.

Alexandre Julliard julliard at winehq.org
Fri Aug 30 15:13:36 CDT 2019


Module: wine
Branch: master
Commit: 44a136cf9d9ecebd69305569641ebedc72d5aa48
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=44a136cf9d9ecebd69305569641ebedc72d5aa48

Author: Zebediah Figura <z.figura12 at gmail.com>
Date:   Thu Aug 29 19:58:08 2019 -0500

httpapi: Prefer the builtin version.

Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/httpapi/httpapi_main.c | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/dlls/httpapi/httpapi_main.c b/dlls/httpapi/httpapi_main.c
index 3b0b86f..0d6895b 100644
--- a/dlls/httpapi/httpapi_main.c
+++ b/dlls/httpapi/httpapi_main.c
@@ -37,19 +37,6 @@ static WCHAR *heap_strdupW(const WCHAR *str)
     return ret;
 }
 
-BOOL WINAPI DllMain( HINSTANCE hinst, DWORD reason, LPVOID lpv )
-{
-    switch(reason)
-    {
-    case DLL_WINE_PREATTACH:
-        return FALSE;  /* prefer native version */
-    case DLL_PROCESS_ATTACH:
-        DisableThreadLibraryCalls( hinst );
-        break;
-    }
-    return TRUE;
-}
-
 /***********************************************************************
  *        HttpInitialize       (HTTPAPI.@)
  *




More information about the wine-cvs mailing list