Vincent Povirk : gdiplus: Prefer the builtin version.

Alexandre Julliard julliard at winehq.org
Mon Jan 25 11:21:08 CST 2010


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Sun Jan 24 15:18:46 2010 -0600

gdiplus: Prefer the builtin version.

---

 dlls/gdiplus/gdiplus.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/dlls/gdiplus/gdiplus.c b/dlls/gdiplus/gdiplus.c
index 77cbc5c..383f536 100644
--- a/dlls/gdiplus/gdiplus.c
+++ b/dlls/gdiplus/gdiplus.c
@@ -58,9 +58,6 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD reason, LPVOID reserved)
 
     switch(reason)
     {
-    case DLL_WINE_PREATTACH:
-        return FALSE;  /* prefer native version */
-
     case DLL_PROCESS_ATTACH:
         DisableThreadLibraryCalls( hinst );
         break;




More information about the wine-cvs mailing list