Changeset 21720 for branches/gcc-kmk/src/user32/winproc.cpp
- Timestamp:
- Oct 19, 2011, 11:26:02 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/winproc.cpp
r10602 r21720 18 18 #include <string.h> 19 19 #include "callwrap.h" 20 #include <win \winproc.h>21 #include <win \debugtools.h>20 #include <win/winproc.h> 21 #include <win/debugtools.h> 22 22 #include <heapcode.h> 23 23 #include "win32wbase.h" … … 307 307 } 308 308 else dprintf2(("CallWindowProcA %x %x %x %x %x (unknown proc)", func, hwnd, msg, wParam, lParam)); 309 309 310 310 if(!IsWindow(hwnd)) { 311 311 dprintf2(("CallWindowProcA, window %x not found", hwnd));
Note:
See TracChangeset
for help on using the changeset viewer.