Changeset 21303 for trunk/src/user32/winkeyboard.cpp
- Timestamp:
- Jun 18, 2009, 12:04:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/winkeyboard.cpp
r10552 r21303 1334 1334 return (0); 1335 1335 } 1336 1337 int 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 1336 1344 /***************************************************************************** 1337 1345 * Name : UINT WIN32API GetKBCodePage
Note:
See TracChangeset
for help on using the changeset viewer.