Changeset 21808 for branches/gcc-kmk/src/user32/oslibwin.h
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/oslibwin.h
r10396 r21808 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.