Changeset 21916 for trunk/include/win/global.h
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/include/win/global.h
r4 r21916 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.