Nikolay Sivov : dwrite: Remove DLL_WINE_PREATTACH case, native module can' t be used.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Nov 27 16:07:41 CST 2014


Module: wine
Branch: master
Commit: c5af130e92a1609550c5d1c91b331170e40542a1
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=c5af130e92a1609550c5d1c91b331170e40542a1

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Wed Nov 26 12:21:26 2014 +0300

dwrite: Remove DLL_WINE_PREATTACH case, native module can't be used.

---

 dlls/dwrite/main.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/dlls/dwrite/main.c b/dlls/dwrite/main.c
index 79aa7d0..ac7aff5 100644
--- a/dlls/dwrite/main.c
+++ b/dlls/dwrite/main.c
@@ -41,8 +41,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD reason, LPVOID reserved)
 {
     switch (reason)
     {
-    case DLL_WINE_PREATTACH:
-        return FALSE;  /* prefer native version */
     case DLL_PROCESS_ATTACH:
         DisableThreadLibraryCalls( hinstDLL );
         init_freetype();




More information about the wine-cvs mailing list