Ignore:
Timestamp:
Sep 13, 2000, 11:11:00 PM (25 years ago)
Author:
sandervl
Message:

heap corruption fix (initcommandline) + handlemanager class for disks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/initsystem.cpp

    r4230 r4256  
    1 /* $Id: initsystem.cpp,v 1.15 2000-09-10 21:54:06 sandervl Exp $ */
     1/* $Id: initsystem.cpp,v 1.16 2000-09-13 21:10:59 sandervl Exp $ */
    22/*
    33 * Odin system initialization (registry, directories & environment)
     
    118118   RegCloseKey(hkey);
    119119
    120    //CurrentVersion\RunOnce
     120   //Software\Microsoft\Windows\CurrentVersion\RunOnce
    121121   if(RegCreateKeyA(HKEY_LOCAL_MACHINE,"Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce",&hkey)!=ERROR_SUCCESS) {
    122122        dprintf(("InitRegistry: Unable to register system information (2)"));
Note: See TracChangeset for help on using the changeset viewer.