Ignore:
Timestamp:
Nov 14, 2011, 11:03:47 PM (14 years ago)
Author:
dmik
Message:

Port USER32.DLL (continued).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/user32/winkeyboard.cpp

    r21344 r21808  
    321321  /* index is the VKey value */
    322322  BYTE  bPMScanCode;
    323   LPSTR lpstrName;
     323  LPCSTR lpstrName;
    324324} WINVKEYTOPMSCAN, *PWINVKEYTOPMSCAN;
    325325
     
    587587
    588588// @@PF reflect Num Enter key
    589 LPSTR lpstrNumEnter = "Num Enter";
     589LPCSTR lpstrNumEnter = "Num Enter";
    590590
    591591// @@@PH
     
    13351335}
    13361336
     1337extern "C"
    13371338int WINAPI ToUnicodeEx(UINT virtKey, UINT scanCode, const BYTE *lpKeyState,
    13381339                       LPWSTR lpwStr, int size, UINT flags, HKL hkl)
     
    14081409  memset(lpString, 0, nSize);
    14091410 
    1410   LPSTR lpstrKey;
     1411  LPCSTR lpstrKey;
    14111412  lpstrKey = abWinVKeyToPMScan[ucWinVKey].lpstrName;
    14121413
Note: See TracChangeset for help on using the changeset viewer.