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

Henri Verbeet hverbeet at codeweavers.com
Thu Oct 23 09:37:09 CDT 2008


---
 dlls/d3d10/d3d10_main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/dlls/d3d10/d3d10_main.c b/dlls/d3d10/d3d10_main.c
index f34a8ea..5217b31 100644
--- a/dlls/d3d10/d3d10_main.c
+++ b/dlls/d3d10/d3d10_main.c
@@ -33,7 +33,7 @@ BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
     switch(fdwReason)
     {
     case DLL_WINE_PREATTACH:
-        return FALSE;  /* prefer native version */
+        return TRUE;
     case DLL_PROCESS_ATTACH:
         DisableThreadLibraryCalls( hInstDLL );
         break;
-- 
1.5.6.4



--------------040001010609050506080701--



More information about the wine-patches mailing list