Changeset 21916 for trunk/src/user32/user32.cpp
- 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/user32.cpp
r10523 r21916 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.