Changeset 22100


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

Add Console Debug to GDI32

File:
1 edited

Legend:

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

    r21976 r22100  
    6060ULONG SYSTEM DLL_InitGdi32(ULONG hModule)
    6161{
     62    __con_debug(2,"%s::%s@%08X(%08X)\n","gdi32.dll",__FUNCTION__,DLL_InitGdi32,hModule);
     63
    6264    STATS_InitializeGDI32 ();
    6365
     
    99101void SYSTEM DLL_TermGdi32(ULONG hModule)
    100102{
     103    __con_debug(2,"%s::%s@%08X(%08X)\n","gdi32.dll",__FUNCTION__,DLL_TermGdi32,hModule);
     104
    101105    dprintf(("gdi32 exit"));
    102106
Note: See TracChangeset for help on using the changeset viewer.