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

usp10: Enable console-debug for usp10 init-term

File:
1 edited

Legend:

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

    r22101 r22103  
    4242ULONG SYSTEM DLL_InitUsp10(ULONG hModule)
    4343{
     44    __con_debug(2,"%s::%s@%08X(%08X)\n","USP10",__FUNCTION__,DLL_InitUsp10,hModule);
    4445    CheckVersionFromHMOD(PE2LX_VERSION, hModule); /*PLF Wed  98-03-18 05:28:48*/
    4546
     
    5354void SYSTEM DLL_TermUsp10(ULONG hModule)
    5455{
     56    __con_debug(2,"%s::%s@%08X(%08X)\n","USP10",__FUNCTION__,DLL_TermUsp10,hModule);
    5557    if (dllHandle)
    5658       UnregisterLxDll(dllHandle);
Note: See TracChangeset for help on using the changeset viewer.