Hans Leidekker : winhttp: Prefer builtin over native.

Alexandre Julliard julliard at winehq.org
Thu Nov 20 08:20:59 CST 2008


Module: wine
Branch: master
Commit: e4f7809cc9969c693d910348315502892848aaf9
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=e4f7809cc9969c693d910348315502892848aaf9

Author: Hans Leidekker <hans at codeweavers.com>
Date:   Thu Nov 20 14:50:58 2008 +0100

winhttp: Prefer builtin over native.

---

 dlls/winhttp/main.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/dlls/winhttp/main.c b/dlls/winhttp/main.c
index 1a4a131..c0ac9cb 100644
--- a/dlls/winhttp/main.c
+++ b/dlls/winhttp/main.c
@@ -38,8 +38,6 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
 {
     switch(fdwReason)
     {
-    case DLL_WINE_PREATTACH:
-        return FALSE;  /* prefer native version */
     case DLL_PROCESS_ATTACH:
         DisableThreadLibraryCalls(hInstDLL);
         break;




More information about the wine-cvs mailing list