Changeset 21808 for branches/gcc-kmk/src/user32/window.cpp
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/window.cpp
r21726 r21808 29 29 #include <string.h> 30 30 #include <stdio.h> 31 #include <win32wbase.h>32 #include <win32wmdiclient.h>33 #include <win32wdesktop.h>31 #include "win32wbase.h" 32 #include "win32wmdiclient.h" 33 #include "win32wdesktop.h" 34 34 #include "win32dlg.h" 35 #include <oslibwin.h>36 #include <oslibgdi.h>35 #include "oslibwin.h" 36 #include "oslibgdi.h" 37 37 #include "user32.h" 38 38 #include "winicon.h" … … 52 52 ODINDEBUGCHANNEL(USER32-WINDOW) 53 53 54 #ifdef __cplusplus 55 extern "C" { 56 #endif 54 57 55 58 //****************************************************************************** … … 2262 2265 return (FALSE); 2263 2266 } 2267 2268 #ifdef __cplusplus 2269 } // extern "C" 2270 #endif
Note:
See TracChangeset
for help on using the changeset viewer.