mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 09:34:43 +00:00
Add missing SOFTWARE key.
svn path=/trunk/; revision=6367
This commit is contained in:
parent
ce73b32829
commit
ed810e5f93
1 changed files with 6 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue