Changeset 21790 for branches/gcc-kmk/include/win/global.h
- Timestamp:
- Nov 3, 2011, 7:45:31 PM (14 years ago)
- File:
-
- 1 edited
-
branches/gcc-kmk/include/win/global.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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 */
Note:
See TracChangeset
for help on using the changeset viewer.
