Changeset 2463 for trunk/src/user32/new/win32wbase.cpp
- Timestamp:
- Jan 17, 2000, 6:19:21 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/win32wbase.cpp
r2458 r2463 1 /* $Id: win32wbase.cpp,v 1.4 4 2000-01-16 18:17:12 cbratschiExp $ */1 /* $Id: win32wbase.cpp,v 1.45 2000-01-17 17:19:20 sandervl Exp $ */ 2 2 /* 3 3 * Win32 Window Base Class for OS/2 … … 1006 1006 //****************************************************************************** 1007 1007 //****************************************************************************** 1008 ULONG Win32BaseWindow::MsgChar(MSG *msg) 1009 { 1010 if(ISKDB_CAPTURED()) 1011 { 1012 DInputKeyBoardHandler(msg); 1013 } 1014 return DispatchMsgA(msg); 1015 } 1016 //****************************************************************************** 1017 //****************************************************************************** 1008 1018 ULONG Win32BaseWindow::MsgNCPaint() 1009 1019 {
Note:
See TracChangeset
for help on using the changeset viewer.