mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00: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