mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
290221ef5b
Import the following fixes:
- Use the number of bytes instead of the number of characters in the length
passed to RegQueryValueExW. Calculate this by multiplying the number of
characters on the size of one wide character in bytes, since only length
of characters is passed to the function. This fixes ERROR_MORE_DATA
returned from RegQueryValueExW, because the passed number of bytes was
less than the actual length of the output buffer, since it was calculated
incorrectly, so the function failed even when it received the correct
number of wide characters.
This partially imports Wine commit:
|
||
---|---|---|
.. | ||
appbar.c | ||
brsfolder.c | ||
classes.c | ||
clipboard.c | ||
control.c | ||
cpanel.h | ||
pidl.c | ||
pidl.h | ||
shell32_main.c | ||
shell32_main.h | ||
shellole.c | ||
shellord.c | ||
shellpath.c | ||
shellreg.c | ||
shellstring.c | ||
shlmenu.c | ||
shpolicy.c |