Use struct unicode_str instead of null-terminated strings where
authorAlexandre Julliard <julliard@winehq.org>
Tue, 22 Nov 2005 12:05:36 +0000 (12:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 Nov 2005 12:05:36 +0000 (12:05 +0000)
commit7f9e281b72fb3576f4b7e34bcba509e866a1cefb
tree9b8e314bd477fd099e6694aee7a9eea34480d3b6
parent95414ef44ca00c590fc6d116368f53b7c6065363
Use struct unicode_str instead of null-terminated strings where
possible, and remove constraints on total key path length.
server/registry.c