Changeset 21916 for trunk/src/user32/winevent.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/winevent.cpp
r7866 r21916 33 33 #include <stdlib.h> 34 34 #include <string.h> 35 //#include <oslibwin.h> 36 #include <win32wnd.h> 35 //#include "oslibwin.h" 37 36 #include <winuser.h> 37 #include "win32wnd.h" 38 38 #include "initterm.h" 39 39 … … 43 43 ODINDEBUGCHANNEL(USER32-WINEVENT) 44 44 45 extern "C" { 45 46 46 47 /***************************************************************************** … … 89 90 return 0; 90 91 } 92 93 } // extern "C"
Note:
See TracChangeset
for help on using the changeset viewer.