Add missing SOFTWARE key.

svn path=/trunk/; revision=6367
This commit is contained in:
Eric Kohl 2003-10-19 09:35:07 +00:00
parent ce73b32829
commit ed810e5f93

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: registry.c,v 1.6 2003/10/18 20:41:14 ekohl Exp $
/* $Id: registry.c,v 1.7 2003/10/19 09:35:07 ekohl Exp $
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS hive maker
* FILE: tools/mkhive/registry.c
@ -99,6 +99,11 @@ RegInitializeRegistry(VOID)
"Registry\\Machine\\SECURITY",
NULL);
/* Create SOFTWARE key */
RegCreateKey(RootKey,
"Registry\\Machine\\SOFTWARE",
NULL);
/* Create DEFAULT key */
RegCreateKey(RootKey,
"Registry\\User\\.DEFAULT",