Changeset 22102 for branches/swt/src/comctl32/initterm.cpp
- Timestamp:
- May 29, 2015, 7:12:10 PM (10 years ago)
- File:
-
- 1 edited
-
branches/swt/src/comctl32/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);
Note:
See TracChangeset
for help on using the changeset viewer.
