Changeset 6149 for trunk/src/user32/oslibwin.h
- Timestamp:
- Jul 3, 2001, 3:23:32 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.h
r5993 r6149 1 /* $Id: oslibwin.h,v 1.5 7 2001-06-13 10:29:44sandervl Exp $ */1 /* $Id: oslibwin.h,v 1.58 2001-07-03 13:23:32 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 276 276 BOOL OSLibSetWindowMinPos(HWND hwnd, ULONG x, ULONG y); 277 277 278 BOOL OSLibWinGetKeyboardStateTable(unsigned char * PMKeyState); 279 BOOL OSLibWinSetKeyboardStateTable(unsigned char * PMKeyState); 278 BOOL OSLibWinGetKeyboardStateTable(unsigned char * PMKeyState); 279 BOOL OSLibWinSetKeyboardStateTable(unsigned char * PMKeyState); 280 USHORT OSLibWinTranslateChar(USHORT usScanCode); 280 281 281 282 #define HTOS_NORMAL 0
Note:
See TracChangeset
for help on using the changeset viewer.