cryptnet: Don't prefer native version.

This commit is contained in:
Juan Lang 2007-10-23 12:54:12 -07:00 committed by Alexandre Julliard
parent 07794d5890
commit 42d0d50561
1 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,6 @@
/*
* Copyright (C) 2006 Maarten Lankhorst
* Copyright 2007 Juan Lang
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@ -37,8 +38,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
TRACE("(0x%p, %d, %p)\n", hinstDLL, fdwReason, lpvReserved);
switch (fdwReason) {
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls(hinstDLL);
break;