Ignore:
Timestamp:
Feb 19, 2001, 10:43:18 PM (25 years ago)
Author:
sandervl
Message:

update

File:
1 edited

Legend:

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

    r4499 r5196  
    1 /* $Id: winkeyboard.cpp,v 1.7 2000-10-18 20:17:00 sandervl Exp $ */
     1/* $Id: winkeyboard.cpp,v 1.8 2001-02-19 21:43:18 sandervl Exp $ */
    22/*
    33 * Win32 <-> PM key translation
     
    296296//******************************************************************************
    297297//******************************************************************************
     298int WIN32API GetKeyboardType( int nTypeFlag)
     299{
     300    dprintf(("USER32:  GetKeyboardType\n"));
     301    return O32_GetKeyboardType(nTypeFlag);
     302}
     303//******************************************************************************
     304//******************************************************************************
    298305BOOL WIN32API GetKeyboardState(PBYTE lpKeyState)
    299306{
Note: See TracChangeset for help on using the changeset viewer.