Changeset 21802 for branches/gcc-kmk/include
- Timestamp:
- Nov 11, 2011, 9:14:11 PM (14 years ago)
- Location:
- branches/gcc-kmk/include
- Files:
-
- 2 edited
-
stats.h (modified) (2 diffs)
-
win/monitor.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/include/stats.h
r21301 r21802 8 8 unsigned long *pnrcalls_free, 9 9 unsigned long *ptotalmemalloc); 10 #ifdef __cplusplus 11 extern "C" { 12 #endif 10 13 11 14 #ifdef OS2_INCLUDED … … 99 102 #endif 100 103 104 #ifdef __cplusplus 105 } // extern "C" 101 106 #endif 107 108 #endif -
branches/gcc-kmk/include/win/monitor.h
r1859 r21802 10 10 11 11 //#include "windef.h" 12 13 #ifdef __cplusplus 14 extern "C" { 15 #endif 12 16 13 17 struct tagMONITOR_DRIVER; … … 46 50 extern void MONITOR_SetScreenSaveTimeout(MONITOR *pMonitor, int nTimeout); 47 51 52 #ifdef __cplusplus 53 } // extern "C" 54 #endif 55 48 56 #endif /* __WINE_MONITOR_H */ 49 57
Note:
See TracChangeset
for help on using the changeset viewer.
