Changeset 21916 for trunk/src/user32/oslibwin.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/src/user32/oslibwin.h
r10396 r21916 15 15 16 16 #ifdef __cplusplus 17 #include <oslibgdi.h>17 #include "oslibgdi.h" 18 18 19 19 #ifndef WIN_INCLUDED … … 332 332 } 333 333 334 #ifdef __cplusplus 335 extern "C" { 336 #endif 337 334 338 ULONG OSLibGetScreenHeight(); 335 339 ULONG OSLibGetScreenWidth(); 340 341 #ifdef __cplusplus 342 } // extern "C" 343 #endif 336 344 337 345 BOOL OSLibWinLockWindowUpdate(HWND hwnd);
Note:
See TracChangeset
for help on using the changeset viewer.