Changeset 1704 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Nov 11, 1999, 2:17:33 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1693 r1704 1 /* $Id: oslibwin.cpp,v 1.4 3 1999-11-10 17:11:29 cbratschiExp $ */1 /* $Id: oslibwin.cpp,v 1.44 1999-11-11 13:17:29 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 1164 1164 //****************************************************************************** 1165 1165 //****************************************************************************** 1166 BOOL OSLibWinGetKeyboardStateTable(unsigned char *PMKeyState) 1167 { 1168 return WinSetKeyboardStateTable(HWND_DESKTOP, (PBYTE)&PMKeyState, FALSE ); 1169 } 1170 //****************************************************************************** 1171 //****************************************************************************** 1172 BOOL OSLibWinSetKeyboardStateTable(unsigned char *PMKeyState) 1173 { 1174 return WinSetKeyboardStateTable(HWND_DESKTOP, (PBYTE)&PMKeyState, TRUE ); 1175 } 1176 //****************************************************************************** 1177 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.