mirror of
https://github.com/reactos/wine.git
synced 2025-02-16 19:10:35 +00:00
wintrust: Don't prefer native version.
This commit is contained in:
parent
40f33d6568
commit
ae8e8a0a57
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user