Changeset 21790 for branches/gcc-kmk/include
- Timestamp:
- Nov 3, 2011, 7:45:31 PM (14 years ago)
- Location:
- branches/gcc-kmk/include
- Files:
-
- 5 edited
-
kbdhook.h (modified) (2 diffs)
-
odinwrap.h (modified) (3 diffs)
-
os2newapi.h (modified) (3 diffs)
-
win/global.h (modified) (2 diffs)
-
win/virtual.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/kbdhook.h
r10383 r21790 29 29 #define PMKBDHK_HOOK_TERM "_hookKill@0" 30 30 31 #ifdef __cplusplus 32 extern "C" { 33 #endif 31 34 32 35 typedef BOOL (* WIN32API PFN_HOOKINIT)(ULONG hab, char *lpszWindowClass); … … 36 39 BOOL WIN32API hookKill(ULONG hab); 37 40 41 #ifdef __cplusplus 42 } // extern "C" 43 #endif 44 38 45 #endif // __KBDHOOK_H 39 46 -
branches/gcc-kmk/include/odinwrap.h
r7357 r21790 60 60 #include <malloc.h> 61 61 #include <odin.h> 62 63 //#ifdef __cplusplus 64 extern "C" { 65 //#endif 62 66 63 67 // --------------------------------------------------------------------------- … … 75 79 extern char* WIN32API dbg_GetLastCallerName(); 76 80 77 81 //#ifdef __cplusplus 82 } // extern "C" 83 //#endif 78 84 79 85 // --------------------------------------------------------------------------- … … 1345 1351 #define ODINPROCEDURE14(cName,t1,a1,t2,a2,t3,a3,t4,a4,t5,a5,t6,a6,t7,a7,t8,a8,t9,a9,t10,a10,t11,a11,t12,a12,t13,a13,t14,a14) \ 1346 1352 void WINAPI cName(t1 a1,t2 a2,t3 a3,t4 a4,t5 a5,t6 a6,t7 a7,t8 a8,t9 a9,t10 a10,t11 a11,t12 a12,t13 a13,t14 a14) \ 1347 1353 1348 1354 #define ODINFUNCTIONNODBG0 ODINFUNCTION0 1349 1355 #define ODINFUNCTIONNODBG1 ODINFUNCTION1 -
branches/gcc-kmk/include/os2newapi.h
r21380 r21790 7 7 #ifndef __OS2NEWAPI_H__ 8 8 #define __OS2NEWAPI_H__ 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 9 13 10 14 #ifdef INCL_WIN … … 42 46 USHORT APIENTRY16 DosSizeSeg(SEL sel, PULONG pcbSize); 43 47 48 #ifndef __EMX__ 44 49 #define DosSelToFlat Dos32SelToFlat 50 #endif 45 51 ULONG _Optlink DosSelToFlat(ULONG seladdr); 46 52 53 #ifndef __EMX__ 47 54 #define DosFlatToSel Dos32FlatToSel 55 #endif 48 56 ULONG _Optlink DosFlatToSel(ULONG lin); 49 57 … … 67 75 ULONG ulSubFunction); 68 76 77 #ifdef __cplusplus 78 } // extern "C" 79 #endif 80 69 81 #endif //__OS2SEL_H__ -
branches/gcc-kmk/include/win/global.h
r4 r21790 18 18 int shmid; 19 19 } SHMDATA; 20 21 #ifdef __cplusplus 22 extern "C" { 23 #endif 20 24 21 25 /* memory/global.c */ … … 45 49 extern BOOL ATOM_Init( WORD globalTableSel ); 46 50 51 #ifdef __cplusplus 52 } // extern "C" 53 #endif 54 47 55 #endif /* __WINE_GLOBAL_H */ -
branches/gcc-kmk/include/win/virtual.h
r7566 r21790 8 8 #define __VIRTUAL_H 9 9 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 13 10 14 HANDLE WINAPI VIRTUAL_MapFileA( LPCSTR name , LPVOID *lpMapping, BOOL fReadIntoMemory = FALSE); 11 15 HANDLE WINAPI VIRTUAL_MapFileW( LPCWSTR name , LPVOID *lpMapping, BOOL fReadIntoMemory = FALSE); … … 14 18 DWORD fdwProtect, LPSTR name); 15 19 20 #ifdef __cplusplus 21 } // extern "C" 22 #endif 23 16 24 #endif /* __VIRTUAL_H */
Note:
See TracChangeset
for help on using the changeset viewer.
