Changeset 21728 for branches/gcc-kmk/include/initdll.h
- Timestamp:
- Oct 21, 2011, 4:39:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/initdll.h
r21727 r21728 26 26 extern void __ctordtorInit(void); 27 27 extern void __ctordtorTerm(void); 28 29 #define ctordtorInit() __ctordtorInit() 30 #define ctordtorTerm() __ctordtorTerm() 28 31 29 32 #else … … 116 119 ULONG APIENTRY InitializeKernel32(); 117 120 118 VOID APIENTRY ReportFatalDllInitError( CHAR *pszModName);121 VOID APIENTRY ReportFatalDllInitError(PCSZ pszModName); 119 122 120 123 #ifdef __cplusplus
Note:
See TracChangeset
for help on using the changeset viewer.