Commit 44a136cf authored by Zebediah Figura's avatar Zebediah Figura Committed by Alexandre Julliard

httpapi: Prefer the builtin version.

parent 12f1c2de
......@@ -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.@)
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment