Changeset 7627 for trunk/src/user32/inituser32.cpp
- Timestamp:
- Dec 13, 2001, 4:32:57 PM (24 years ago)
- 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:42sandervl Exp $ */1 /* $Id: inituser32.cpp,v 1.9 2001-12-13 15:32:57 sandervl Exp $ */ 2 2 /* 3 3 * USER32 DLL entry point … … 47 47 #include <exitlist.h> 48 48 #include <initdll.h> 49 #include <stats.h> 49 50 50 51 #define DBG_LOCALLOG DBG_initterm … … 262 263 SYSCOLOR_Save(); 263 264 CloseSpyQueue(); 265 STATS_DumpStats(); 264 266 dprintf(("user32 exit done\n")); 265 267 }
Note:
See TracChangeset
for help on using the changeset viewer.