Changeset 21808 for branches/gcc-kmk/src/user32/user32.cpp
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/user32.cpp
r10523 r21808 46 46 #include <stdlib.h> 47 47 #include <string.h> 48 //#include <oslibwin.h> 49 #include <win32wnd.h> 48 //#include "oslibwin.h" 50 49 #include <winuser.h> 50 #include "win32wnd.h" 51 51 #include "initterm.h" 52 52 … … 90 90 ODINDEBUGCHANNEL(USER32-USER32) 91 91 92 #ifdef __cplusplus 93 extern "C" { 94 #endif 92 95 93 96 /* Coordinate Transformation */ … … 2240 2243 } 2241 2244 2242 2245 #ifdef __cplusplus 2246 } // extern "C" 2247 #endif
Note:
See TracChangeset
for help on using the changeset viewer.