msvcr90: Prefer builtin version.

This commit is contained in:
Piotr Caban 2013-02-18 10:26:01 +01:00 committed by Alexandre Julliard
parent 22a7458a3f
commit 5d88f780dd

View file

@ -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);