Ignore:
Timestamp:
Nov 11, 1999, 2:17:33 PM (26 years ago)
Author:
sandervl
Message:

dlg fix, keyboard additions, + misc other things

File:
1 edited

Legend:

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

    r1693 r1704  
    1 /* $Id: oslibwin.cpp,v 1.43 1999-11-10 17:11:29 cbratschi Exp $ */
     1/* $Id: oslibwin.cpp,v 1.44 1999-11-11 13:17:29 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    11641164//******************************************************************************
    11651165//******************************************************************************
     1166BOOL OSLibWinGetKeyboardStateTable(unsigned char *PMKeyState)
     1167{
     1168  return WinSetKeyboardStateTable(HWND_DESKTOP, (PBYTE)&PMKeyState, FALSE );
     1169}
     1170//******************************************************************************
     1171//******************************************************************************
     1172BOOL 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.