[PATCH 5/5] httpapi: Prefer the builtin version.

Zebediah Figura z.figura12 at gmail.com
Thu Aug 29 19:58:08 CDT 2019


Signed-off-by: Zebediah Figura <z.figura12 at gmail.com>
---
 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 20405d9ea3e..100aac2639d 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.@)
  *
-- 
2.22.0




More information about the wine-devel mailing list