commit | 6c8d9171cdd4c19c51435d28b00c5b9da4bd41c4 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sat Aug 26 04:40:07 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat Aug 26 04:40:07 2000 +0000 |
tree | 5bdff788dc213f5998cea8edbb9d921c8ef09637 | |
parent | b8ba84590bf9a5c43edef2aa1f5dce26e28f2741 [diff] [blame] |
Added a real root key and simplified creation of the HKEY_* special root keys. Do not prefix all keys with the name of the top key when saving to a file. Try to load $WINEPREFIX/config into the Wine config branch at startup.
diff --git a/server/object.h b/server/object.h index 66ce781..f90d8ac 100644 --- a/server/object.h +++ b/server/object.h
@@ -174,6 +174,7 @@ /* registry functions */ +extern void init_registry(void); extern void close_registry(void); /* atom functions */