Ignore:
Timestamp:
May 29, 2015, 7:12:10 PM (10 years ago)
Author:
rousseau
Message:

Correct debug-message format

File:
1 edited

Legend:

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

    r22097 r22102  
    4646ULONG SYSTEM DLL_InitComCtl32(ULONG hModule)
    4747{
    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);
    4949    CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    5050
     
    6060void SYSTEM DLL_TermComCtl32(ULONG hModule)
    6161{
    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);
    6363    if (dllHandle)
    6464        UnregisterLxDll(dllHandle);
Note: See TracChangeset for help on using the changeset viewer.