d3d10: It doesn't make sense to prefer native d3d10.

This commit is contained in:
Henri Verbeet 2008-10-23 16:37:09 +02:00 committed by Alexandre Julliard
parent 5d6b7e4c45
commit db6be63bd3
1 changed files with 0 additions and 2 deletions

View File

@ -32,8 +32,6 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
TRACE("fdwReason=%d\n", fdwReason);
switch(fdwReason)
{
case DLL_WINE_PREATTACH:
return FALSE; /* prefer native version */
case DLL_PROCESS_ATTACH:
DisableThreadLibraryCalls( hInstDLL );
break;