mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 21:29:18 +08:00
remove ToUnicode() stub from win32k
svn path=/trunk/; revision=29889
This commit is contained in:
@@ -437,22 +437,6 @@ int STDCALL ToUnicodeEx( UINT wVirtKey,
|
||||
return ToUnicodeResult;
|
||||
}
|
||||
|
||||
int STDCALL ToUnicode( UINT wVirtKey,
|
||||
UINT wScanCode,
|
||||
PBYTE lpKeyState,
|
||||
LPWSTR pwszBuff,
|
||||
int cchBuff,
|
||||
UINT wFlags )
|
||||
{
|
||||
return ToUnicodeEx( wVirtKey,
|
||||
wScanCode,
|
||||
gQueueKeyStateTable,
|
||||
pwszBuff,
|
||||
cchBuff,
|
||||
wFlags,
|
||||
0 );
|
||||
}
|
||||
|
||||
|
||||
BOOL FASTCALL
|
||||
IntTranslateKbdMessage(LPMSG lpMsg,
|
||||
|
||||
Reference in New Issue
Block a user