Changeset 21808 for branches/gcc-kmk/src/user32/winkeyboard.cpp
- Timestamp:
- Nov 14, 2011, 11:03:47 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gcc-kmk/src/user32/winkeyboard.cpp
r21344 r21808 321 321 /* index is the VKey value */ 322 322 BYTE bPMScanCode; 323 LP STR lpstrName;323 LPCSTR lpstrName; 324 324 } WINVKEYTOPMSCAN, *PWINVKEYTOPMSCAN; 325 325 … … 587 587 588 588 // @@PF reflect Num Enter key 589 LP STR lpstrNumEnter = "Num Enter";589 LPCSTR lpstrNumEnter = "Num Enter"; 590 590 591 591 // @@@PH … … 1335 1335 } 1336 1336 1337 extern "C" 1337 1338 int WINAPI ToUnicodeEx(UINT virtKey, UINT scanCode, const BYTE *lpKeyState, 1338 1339 LPWSTR lpwStr, int size, UINT flags, HKL hkl) … … 1408 1409 memset(lpString, 0, nSize); 1409 1410 1410 LP STR lpstrKey;1411 LPCSTR lpstrKey; 1411 1412 lpstrKey = abWinVKeyToPMScan[ucWinVKey].lpstrName; 1412 1413
Note:
See TracChangeset
for help on using the changeset viewer.