winhttp: Prefer builtin over native.

This commit is contained in:
Hans Leidekker 2008-11-20 14:50:58 +01:00 committed by Alexandre Julliard
parent e5e301b7a5
commit e4f7809cc9
1 changed files with 0 additions and 2 deletions

View File

@ -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;