Changeset 5130 for trunk/src/user32/initterm.cpp
- Timestamp:
- Feb 14, 2001, 12:41:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/initterm.cpp
r3993 r5130 1 /* $Id: initterm.cpp,v 1.23 2000-08-11 10:56:26 sandervl Exp $ */2 3 1 /* 4 2 * USER32 DLL entry point … … 44 42 #include "initterm.h" 45 43 #include <exitlist.h> 44 #include <initdll.h> 46 45 47 46 #define DBG_LOCALLOG DBG_initterm … … 57 56 58 57 extern "C" { 59 void CDECL _ctordtorInit( void );60 void CDECL _ctordtorTerm( void );61 62 58 //Win32 resource table (produced by wrc) 63 59 extern DWORD _Resource_PEResTab; … … 87 83 switch (ulFlag) { 88 84 case 0 : 89 _ ctordtorInit();85 __ctordtorInit(); 90 86 ParseLogStatus(); 91 87 … … 148 144 SYSCOLOR_Save(); 149 145 CloseSpyQueue(); 150 _ ctordtorTerm();146 __ctordtorTerm(); 151 147 dprintf(("user32 exit done\n")); 152 148
Note:
See TracChangeset
for help on using the changeset viewer.