Changeset 22102
- Timestamp:
- May 29, 2015, 7:12:10 PM (10 years ago)
- Location:
- branches/swt/src
- Files:
-
- 4 edited
-
comctl32/initterm.cpp (modified) (2 diffs)
-
gdi32/initterm.cpp (modified) (2 diffs)
-
kernel32/initterm.cpp (modified) (2 diffs)
-
user32/initterm.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/swt/src/comctl32/initterm.cpp
r22097 r22102 46 46 ULONG SYSTEM DLL_InitComCtl32(ULONG hModule) 47 47 { 48 __con_debug(2,"%s::%s@%08X(%08X)\n"," comctl32.dll",__FUNCTION__,DLL_InitComCtl32,hModule);48 __con_debug(2,"%s::%s@%08X(%08X)\n","COMCTL32",__FUNCTION__,DLL_InitComCtl32,hModule); 49 49 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 50 50 … … 60 60 void SYSTEM DLL_TermComCtl32(ULONG hModule) 61 61 { 62 __con_debug(2,"%s::%s@%08X(%08X)\n"," comctl32.dll",__FUNCTION__,DLL_TermComCtl32,hModule);62 __con_debug(2,"%s::%s@%08X(%08X)\n","COMCTL32",__FUNCTION__,DLL_TermComCtl32,hModule); 63 63 if (dllHandle) 64 64 UnregisterLxDll(dllHandle); -
branches/swt/src/gdi32/initterm.cpp
r22100 r22102 60 60 ULONG SYSTEM DLL_InitGdi32(ULONG hModule) 61 61 { 62 __con_debug(2,"%s::%s@%08X(%08X)\n"," gdi32.dll",__FUNCTION__,DLL_InitGdi32,hModule);62 __con_debug(2,"%s::%s@%08X(%08X)\n","GDI32",__FUNCTION__,DLL_InitGdi32,hModule); 63 63 64 64 STATS_InitializeGDI32 (); … … 101 101 void SYSTEM DLL_TermGdi32(ULONG hModule) 102 102 { 103 __con_debug(2,"%s::%s@%08X(%08X)\n"," gdi32.dll",__FUNCTION__,DLL_TermGdi32,hModule);103 __con_debug(2,"%s::%s@%08X(%08X)\n","GDI32",__FUNCTION__,DLL_TermGdi32,hModule); 104 104 105 105 dprintf(("gdi32 exit")); -
branches/swt/src/kernel32/initterm.cpp
r22099 r22102 256 256 ULONG SYSTEM DLL_InitKernel32(ULONG hModule) 257 257 { 258 __con_debug(2,"%s::%s@%08X(%08X)\n"," kernel32.dll",__FUNCTION__,DLL_InitKernel32,hModule);258 __con_debug(2,"%s::%s@%08X(%08X)\n","KERNEL32",__FUNCTION__,DLL_InitKernel32,hModule); 259 259 ULONG code = DLL_InitKernel32_internal(hModule); 260 260 … … 267 267 void SYSTEM DLL_TermKernel32(ULONG hModule) 268 268 { 269 __con_debug(2,"%s::%s@%08X(%08X)\n"," kernel32.dll",__FUNCTION__,DLL_TermKernel32,hModule);269 __con_debug(2,"%s::%s@%08X(%08X)\n","KERNEL32",__FUNCTION__,DLL_TermKernel32,hModule); 270 270 if (!fInit) 271 271 { -
branches/swt/src/user32/initterm.cpp
r22097 r22102 128 128 { 129 129 APIRET rc; 130 __con_debug(2,"%s::%s@%08X(%08X)\n"," user32.dll",__FUNCTION__,DLL_InitUser32,hModule);130 __con_debug(2,"%s::%s@%08X(%08X)\n","USER32",__FUNCTION__,DLL_InitUser32,hModule); 131 131 ULONG version[2]; 132 132 rc = DosQuerySysInfo(QSV_VERSION_MAJOR, QSV_VERSION_MINOR, version, sizeof(version)); … … 184 184 { 185 185 dprintf(("user32 exit\n")); 186 __con_debug(2,"%s::%s@%08X(%08X)\n"," user32.dll",__FUNCTION__,DLL_TermUser32,hModule);186 __con_debug(2,"%s::%s@%08X(%08X)\n","USER32",__FUNCTION__,DLL_TermUser32,hModule); 187 187 //SvL: Causes PM hangs on some (a lot?) machines. Reason unknown. 188 188 //// RestoreCursor();
Note:
See TracChangeset
for help on using the changeset viewer.
