Ignore:
Timestamp:
Jul 3, 2001, 3:23:32 PM (24 years ago)
Author:
sandervl
Message:

GetKeyboardState fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/oslibwin.h

    r5993 r6149  
    1 /* $Id: oslibwin.h,v 1.57 2001-06-13 10:29:44 sandervl Exp $ */
     1/* $Id: oslibwin.h,v 1.58 2001-07-03 13:23:32 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    276276BOOL OSLibSetWindowMinPos(HWND hwnd, ULONG x, ULONG y);
    277277
    278 BOOL  OSLibWinGetKeyboardStateTable(unsigned char * PMKeyState);
    279 BOOL  OSLibWinSetKeyboardStateTable(unsigned char * PMKeyState);
     278BOOL   OSLibWinGetKeyboardStateTable(unsigned char * PMKeyState);
     279BOOL   OSLibWinSetKeyboardStateTable(unsigned char * PMKeyState);
     280USHORT OSLibWinTranslateChar(USHORT usScanCode);
    280281
    281282#define HTOS_NORMAL                   0
Note: See TracChangeset for help on using the changeset viewer.