- Timestamp:
- Jul 1, 2002, 1:33:09 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/windlgmsg.cpp
r8802 r8812 1 /* $Id: windlgmsg.cpp,v 1.1 4 2002-06-28 19:46:28sandervl Exp $ */1 /* $Id: windlgmsg.cpp,v 1.15 2002-07-01 11:33:09 sandervl Exp $ */ 2 2 /* 3 3 * Win32 dialog message APIs for OS/2 … … 221 221 (msg->message != WM_SYSCHAR) && 222 222 (msg->message != WM_CHAR)) 223 { 224 #ifdef __WIN32OS2__ 225 *translate = *dispatch = TRUE; 226 return TRUE; 227 #else 223 228 return FALSE; 229 #endif 230 } 224 231 225 232 if (dlgCode & DLGC_WANTMESSAGE)
Note:
See TracChangeset
for help on using the changeset viewer.