mirror of
git://source.winehq.org/git/wine.git
synced 2024-10-31 12:54:13 +00:00
msvcr90: Prefer builtin version.
This commit is contained in:
parent
22a7458a3f
commit
5d88f780dd
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@ BOOL WINAPI DllMain(HINSTANCE hdll, DWORD reason, LPVOID reserved)
|
|||
{
|
||||
switch (reason)
|
||||
{
|
||||
case DLL_WINE_PREATTACH:
|
||||
return FALSE; /* prefer native version */
|
||||
|
||||
case DLL_PROCESS_ATTACH:
|
||||
DisableThreadLibraryCalls(hdll);
|
||||
_set_printf_count_output(0);
|
||||
|
|
Loading…
Reference in a new issue