Changeset 21916 for trunk/include/win/monitor.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/monitor.h
r1859 r21916 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.