Ignore:
Timestamp:
May 14, 2015, 9:55:51 PM (10 years ago)
Author:
rousseau
Message:

Include a bunch of Console Debug calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/swt/src/comctl32/initterm.cpp

    r21916 r22097  
    4646ULONG SYSTEM DLL_InitComCtl32(ULONG hModule)
    4747{
     48    __con_debug(2,"%s::%s@%08X(%08X)\n","comctl32.dll",__FUNCTION__,DLL_InitComCtl32,hModule);
    4849    CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    4950
     
    5960void SYSTEM DLL_TermComCtl32(ULONG hModule)
    6061{
     62    __con_debug(2,"%s::%s@%08X(%08X)\n","comctl32.dll",__FUNCTION__,DLL_TermComCtl32,hModule);
    6163    if (dllHandle)
    6264        UnregisterLxDll(dllHandle);
Note: See TracChangeset for help on using the changeset viewer.