ntdll: Fix the return status of NtQueryValueKey for a too small buffer.
commit2530304f1c0b3ca0855ef2eb9b0fdff1886c7db8
authorAlexandre Julliard <julliard@winehq.org>
Tue, 16 Feb 2010 13:28:41 +0000 (16 14:28 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 16 Feb 2010 13:28:41 +0000 (16 14:28 +0100)
tree991e8801ee13d8ecfcdeb1199729ddcf6ffab48f
parentbcf88b58856637288862a9167ad2e0b31c00eddb
ntdll: Fix the return status of NtQueryValueKey for a too small buffer.
dlls/kernel32/except.c
dlls/kernel32/path.c
dlls/ntdll/reg.c
dlls/ntdll/tests/reg.c