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

Include a bunch of Console Debug calls

File:
1 edited

Legend:

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

    r22088 r22097  
    253253ULONG SYSTEM DLL_InitKernel32(ULONG hModule)
    254254{
     255    __con_debug(2,"%s::%s@%08X(%08X)\n","kernel32.dll",__FUNCTION__,DLL_InitKernel32,hModule);
    255256    ULONG code = DLL_InitKernel32_internal(hModule);
    256257
     
    263264void SYSTEM DLL_TermKernel32(ULONG hModule)
    264265{
     266    __con_debug(2,"%s::%s@%08X(%08X)\n","kernel32.dll",__FUNCTION__,DLL_TermKernel32,hModule);
    265267    if (!fInit)
    266268    {
     
    432434    DosWrite((HFILE)1, (PVOID)&msg, strlen(msg), &dummy);
    433435}
    434 
Note: See TracChangeset for help on using the changeset viewer.