Ignore:
Timestamp:
Jun 18, 2009, 12:04:13 PM (16 years ago)
Author:
ydario
Message:

User32 updates.

File:
1 edited

Legend:

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

    r10552 r21303  
    13341334  return (0);
    13351335}
     1336
     1337int WINAPI ToUnicodeEx(UINT virtKey, UINT scanCode, const BYTE *lpKeyState,
     1338                       LPWSTR lpwStr, int size, UINT flags, HKL hkl)
     1339{
     1340  dprintf(("ToUnicodeEx not implemented.\n"));
     1341  return (0);
     1342}
     1343
    13361344/*****************************************************************************
    13371345 * Name      : UINT WIN32API GetKBCodePage
Note: See TracChangeset for help on using the changeset viewer.