Module: wine Branch: master Commit: e4f7809cc9969c693d910348315502892848aaf9 URL: http://source.winehq.org/git/wine.git/?a=commit;h=e4f7809cc9969c693d91034831...
Author: Hans Leidekker hans@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;