On Mon, Apr 8, 2013 at 3:53 PM, Hugh McMaster < hugh.mcmaster@masterindexing.com> wrote:
This file recreates most, if not all, of the source found in dlls/advapi32/registry.c in dlls/kernel32. It provides registry functionality.
Tested on Linux Mint 14 and Mac OS X 10.8 (Mountain Lion).
dlls/kernel32/advapi32_registry.c | 2928 +++++++++++++++++++++++++++++++++++++ 1 file changed, 2928 insertions(+) create mode 100644 dlls/kernel32/advapi32_registry.c
Why do you need this? (not to mention that you can't just duplicate it like that)