Changeset 22097 for branches/swt/src/comctl32/initterm.cpp
- Timestamp:
- May 14, 2015, 9:55:51 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
r21916 r22097 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 49 CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed 98-03-18 05:28:48*/ 49 50 … … 59 60 void SYSTEM DLL_TermComCtl32(ULONG hModule) 60 61 { 62 __con_debug(2,"%s::%s@%08X(%08X)\n","comctl32.dll",__FUNCTION__,DLL_TermComCtl32,hModule); 61 63 if (dllHandle) 62 64 UnregisterLxDll(dllHandle);
Note:
See TracChangeset
for help on using the changeset viewer.
