Ignore:
Timestamp:
Dec 16, 2001, 4:30:37 PM (24 years ago)
Author:
sandervl
Message:

stats dump function renamed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/initgdi32.cpp

    r7635 r7640  
    1 /* $Id: initgdi32.cpp,v 1.9 2001-12-15 18:50:26 sandervl Exp $
     1/* $Id: initgdi32.cpp,v 1.10 2001-12-16 15:29:55 sandervl Exp $
    22 *
    33 * DLL entry point
     
    6060
    6161   case DLL_PROCESS_DETACH:
    62     STATS_DumpStats();
     62    STATS_DumpStatsGDI32();
    6363    ctordtorTerm();
    6464    return TRUE;
Note: See TracChangeset for help on using the changeset viewer.