Changeset 5130 for trunk/src/comctl32/initterm.cpp
- Timestamp:
- Feb 14, 2001, 12:41:04 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/initterm.cpp
r5076 r5130 1 /* $Id: initterm.cpp,v 1.11 2001-02-09 18:31:38 sandervl Exp $ */2 1 /* 3 2 * COMCTL32 DLL entry point … … 35 34 #include <winconst.h> 36 35 #include <odinlx.h> 36 #include <initdll.h> 37 37 38 38 extern "C" { 39 void CDECL _ctordtorInit( void );40 void CDECL _ctordtorTerm( void );41 42 39 //Win32 resource table (produced by wrc) 43 40 extern DWORD _Resource_PEResTab; … … 67 64 /* unregister Win32 window classes */ 68 65 UnregisterCOMCTL32WindowClasses(); 69 _ ctordtorTerm();66 __ctordtorTerm(); 70 67 return TRUE; 71 68 } … … 95 92 case 0 : 96 93 97 _ ctordtorInit();94 __ctordtorInit(); 98 95 99 96 /*******************************************************************/
Note:
See TracChangeset
for help on using the changeset viewer.