Changeset 1971 for trunk/src/user32/win32wbase.cpp
- Timestamp:
- Dec 5, 1999, 1:31:50 AM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/win32wbase.cpp
r1965 r1971 1 /* $Id: win32wbase.cpp,v 1.10 3 1999-12-04 00:04:19sandervl Exp $ */1 /* $Id: win32wbase.cpp,v 1.104 1999-12-05 00:31:48 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 11 11 * 12 12 * TODO: Not thread/process safe 13 * TODO: Calling window handler directly from SendMessageA/W can cause problems 14 * for GetMessageTime/Pos & InSendMessage 13 15 * 14 16 * Project Odin Software License can be found in LICENSE.TXT … … 716 718 { 717 719 if(SendInternalMessageA(WM_CLOSE, 0, 0) == 0) { 720 dprintf(("Win32BaseWindow::MsgClose, app handles msg")); 718 721 return 0; //app handles this message 719 722 }
Note:
See TracChangeset
for help on using the changeset viewer.