Changeset 6012 for trunk/src/user32/windowmsg.cpp
- Timestamp:
- Jun 14, 2001, 4:49:19 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windowmsg.cpp
r5935 r6012 1 /* $Id: windowmsg.cpp,v 1.2 6 2001-06-09 14:50:26sandervl Exp $ */1 /* $Id: windowmsg.cpp,v 1.27 2001-06-14 14:49:19 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message APIs for OS/2 … … 204 204 if(!window) { 205 205 dprintf(("PostMessageA, window %x not found", hwnd)); 206 return 0;206 return FALSE; 207 207 } 208 208 hwndOS2 = window->getOS2WindowHandle(); … … 230 230 if(!window) { 231 231 dprintf(("PostMessageW, window %x not found", hwnd)); 232 return 0;232 return FALSE; 233 233 } 234 234 hwndOS2 = window->getOS2WindowHandle();
Note:
See TracChangeset
for help on using the changeset viewer.