- Timestamp:
- Oct 21, 2011, 4:39:54 PM (14 years ago)
- Location:
- branches/gcc-kmk
- Files:
-
- 2 edited
-
include/initdll.h (modified) (2 diffs)
-
src/kernel32/initterm.cpp (modified) (1 diff)
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 -
branches/gcc-kmk/src/kernel32/initterm.cpp
r21727 r21728 179 179 //****************************************************************************** 180 180 //****************************************************************************** 181 VOID APIENTRY ReportFatalDllInitError( CHAR *pszModName)181 VOID APIENTRY ReportFatalDllInitError(PCSZ pszModName) 182 182 { 183 183 static const char msg1[] =
Note:
See TracChangeset
for help on using the changeset viewer.
