Changeset 21916 for trunk/include/winuser32.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/winuser32.h
r10435 r21916 12 12 #include <dcdata.h> 13 13 14 #ifdef __cplusplus 15 extern "C" { 16 #endif 17 14 18 ULONG OSLibGetScreenHeight(); 15 19 ULONG OSLibGetScreenWidth(); … … 24 28 LONG WIN32API clientHeight(HWND hwnd, pDCData pHps); 25 29 int WIN32API setMapModeDC(pDCData pHps, int mode); 30 31 #ifdef __cplusplus 32 } // extern "C" 33 #endif 34 35 #endif 36 37 #ifdef __cplusplus 38 extern "C" { 26 39 #endif 27 40 … … 98 111 } POSTMSG_PACKET; 99 112 113 #ifdef __cplusplus 114 } // extern "C" 115 #endif 116 100 117 #endif //__WINUSER32_H__
Note:
See TracChangeset
for help on using the changeset viewer.