Ignore:
Timestamp:
Dec 13, 2001, 4:32:57 PM (24 years ago)
Author:
sandervl
Message:

added statistics

File:
1 edited

Legend:

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

    r7622 r7627  
    1 /* $Id: inituser32.cpp,v 1.8 2001-12-13 12:24:42 sandervl Exp $ */
     1/* $Id: inituser32.cpp,v 1.9 2001-12-13 15:32:57 sandervl Exp $ */
    22/*
    33 * USER32 DLL entry point
     
    4747#include <exitlist.h>
    4848#include <initdll.h>
     49#include <stats.h>
    4950
    5051#define DBG_LOCALLOG    DBG_initterm
     
    262263   SYSCOLOR_Save();
    263264   CloseSpyQueue();
     265   STATS_DumpStats();
    264266   dprintf(("user32 exit done\n"));
    265267}
Note: See TracChangeset for help on using the changeset viewer.