Changeset 7640 for trunk/src/user32


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

stats dump function renamed

Location:
trunk/src/user32
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/inituser32.cpp

    r7627 r7640  
    1 /* $Id: inituser32.cpp,v 1.9 2001-12-13 15:32:57 sandervl Exp $ */
     1/* $Id: inituser32.cpp,v 1.10 2001-12-16 15:30:14 sandervl Exp $ */
    22/*
    33 * USER32 DLL entry point
     
    263263   SYSCOLOR_Save();
    264264   CloseSpyQueue();
    265    STATS_DumpStats();
     265   STATS_DumpStatsUSER32();
    266266   dprintf(("user32 exit done\n"));
    267267}
  • trunk/src/user32/stats.cpp

    r7627 r7640  
    2424//******************************************************************************
    2525//******************************************************************************
    26 void STATS_DumpStats()
     26void STATS_DumpStatsUSER32()
    2727{
    2828    dprintf(("*************  USER32 STATISTICS BEGIN *****************"));
Note: See TracChangeset for help on using the changeset viewer.