Changeset 2533 for trunk/src/user32/wndmsg.cpp
- Timestamp:
- Jan 27, 2000, 10:50:03 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndmsg.cpp
r2469 r2533 1 /* $Id: wndmsg.cpp,v 1.1 0 2000-01-18 20:11:25sandervl Exp $ */1 /* $Id: wndmsg.cpp,v 1.11 2000-01-27 21:50:03 sandervl Exp $ */ 2 2 /* 3 3 * Win32 window message text function for OS/2 … … 712 712 if(PostSpyMessage(hwnd, Msg, wParam, lParam) == FALSE) 713 713 { 714 #if 1 715 if(!CheckCurFS()) { 716 dprintf(("FS CORRUPT!!!!")); 717 } 718 #endif 714 719 if(fInternalMsg) { 715 720 dprintf(("SendInternalMessage%c %s for %x %x %x", unicode, GetMsgText(Msg), hwnd, wParam, lParam));
Note:
See TracChangeset
for help on using the changeset viewer.