Moved 16-bit registry functions to kernel dll and implemented them by
authorAlexandre Julliard <julliard@winehq.org>
Mon, 9 Sep 2002 19:34:48 +0000 (19:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 9 Sep 2002 19:34:48 +0000 (19:34 +0000)
commitf4bf7185a7b58d29395c2ef54b424186c9836d44
treeeaa3fefe2c95538182e2c6a0589e32096dc16f4b
parenta62a26ced0150c687a597cada6900d2d4c5e9b70
Moved 16-bit registry functions to kernel dll and implemented them by
calling up to advapi32.
dlls/kernel/Makefile.in
dlls/kernel/registry16.c [new file with mode: 0644]
misc/registry.c