advapi32: Don't use the static Unicode buffer for value names since they can be large...
commitacc41b50d123d693041b7feaa763ed4c227f9b94
authorAlexandre Julliard <julliard@winehq.org>
Fri, 2 Apr 2010 09:50:12 +0000 (2 11:50 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 2 Apr 2010 09:50:12 +0000 (2 11:50 +0200)
treee044312b33a703ab5ad1ea69bf773d88a71a9380
parent935cc7987df61352a2cc51b83e839551e9720fb2
advapi32: Don't use the static Unicode buffer for value names since they can be larger than MAX_PATH.
dlls/advapi32/registry.c
dlls/advapi32/tests/registry.c