wintrust: Don't prefer native version.

oldstable
Juan Lang 2007-09-12 09:01:49 -07:00 committed by Alexandre Julliard
parent 40f33d6568
commit ae8e8a0a57
1 changed files with 0 additions and 2 deletions

View File

@ -44,8 +44,6 @@ BOOL WINAPI DllMain( HINSTANCE inst, DWORD reason, LPVOID reserved )
{
switch(reason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls( inst );
break;