Changeset 2552 for trunk/src/user32/wndmsg.cpp
- Timestamp:
- Jan 28, 2000, 11:26:01 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/wndmsg.cpp
r2533 r2552 1 /* $Id: wndmsg.cpp,v 1.1 1 2000-01-27 21:50:03sandervl Exp $ */1 /* $Id: wndmsg.cpp,v 1.12 2000-01-28 22:26:01 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 1715 if(!CheckCurFS()) {716 dprintf(("FS CORRUPT!!!!"));717 }718 #endif719 714 if(fInternalMsg) { 720 715 dprintf(("SendInternalMessage%c %s for %x %x %x", unicode, GetMsgText(Msg), hwnd, wParam, lParam));
Note:
See TracChangeset
for help on using the changeset viewer.