mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fix two user32 resource tests
svn path=/trunk/; revision=43648
This commit is contained in:
@@ -384,6 +384,15 @@ NtUserCreateAcceleratorTable(
|
||||
{
|
||||
Accel->Table[Index].key = Entries[Index].key;
|
||||
}
|
||||
else
|
||||
{
|
||||
RtlMultiByteToUnicodeN(&Accel->Table[Index].key,
|
||||
sizeof(WCHAR),
|
||||
NULL,
|
||||
(PCSTR)&Entries[Index].key,
|
||||
sizeof(CHAR));
|
||||
}
|
||||
|
||||
Accel->Table[Index].cmd = Entries[Index].cmd;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user