Changeset 21702
- Timestamp:
- Oct 18, 2011, 6:56:51 PM (14 years ago)
- Location:
- branches/gcc-kmk
- Files:
-
- 2 edited
-
include/win32api.h (modified) (2 diffs)
-
src/kernel32/profile.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/win32api.h
r21602 r21702 11 11 #include <win32type.h> 12 12 #include <winconst.h> 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif 13 17 14 18 void WIN32API SetLastError(DWORD dwError); … … 263 267 BOOL WINAPI IsDBCSLeadByte(BYTE); 264 268 269 #ifdef __cplusplus 270 } // extern "C" 265 271 #endif 272 273 #endif -
branches/gcc-kmk/src/kernel32/profile.h
r10528 r21702 14 14 #define ODINININAME "ODIN.INI" 15 15 16 void WINAPI WriteOutProfiles(void); 16 #ifdef __cplusplus 17 extern "C" { 18 #endif 19 17 20 int WINAPI PROFILE_Initialize (void); 18 int WINAPI PROFILE_LoadOdinIni(void);19 21 20 22 #ifdef DEBUG … … 45 47 #endif 46 48 47 #include <win\options.h> //for odin profile apis 49 #ifdef __cplusplus 50 } // extern "C" 51 #endif 52 53 #include <win/options.h> //for odin profile apis 48 54 49 55 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
