Alexandre Julliard : usp10: Remove an unnecessary DllMain entry point.

Alexandre Julliard julliard at winehq.org
Thu Feb 14 15:01:33 CST 2013


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Thu Feb 14 21:37:25 2013 +0100

usp10: Remove an unnecessary DllMain entry point.

---

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

diff --git a/dlls/usp10/usp10.c b/dlls/usp10/usp10.c
index 0b14e9e..8bfe156 100644
--- a/dlls/usp10/usp10.c
+++ b/dlls/usp10/usp10.c
@@ -999,23 +999,6 @@ int USP10_FindGlyphInLogClust(const WORD* pwLogClust, int cChars, WORD target)
 }
 
 /***********************************************************************
- *      DllMain
- *
- */
-BOOL WINAPI DllMain(HINSTANCE hInstDLL, DWORD fdwReason, LPVOID lpv)
-{
-    switch(fdwReason)
-    {
-    case DLL_PROCESS_ATTACH:
-        DisableThreadLibraryCalls(hInstDLL);
-        break;
-    case DLL_PROCESS_DETACH:
-        break;
-    }
-    return TRUE;
-}
-
-/***********************************************************************
  *      ScriptFreeCache (USP10.@)
  *
  * Free a script cache.




More information about the wine-cvs mailing list