wbemprox: No longer prefer native.

This commit is contained in:
Hans Leidekker 2014-05-13 13:41:58 +02:00 committed by Alexandre Julliard
parent 27b18a395b
commit e17276b528

View file

@ -118,8 +118,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
switch (fdwReason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
instance = hinstDLL;
DisableThreadLibraryCalls(hinstDLL);