Changeset 4474 for trunk/src/kernel32/initsystem.cpp
- Timestamp:
- Oct 10, 2000, 7:14:09 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initsystem.cpp
r4407 r4474 1 /* $Id: initsystem.cpp,v 1.1 7 2000-10-03 17:28:30sandervl Exp $ */1 /* $Id: initsystem.cpp,v 1.18 2000-10-10 17:14:04 sandervl Exp $ */ 2 2 /* 3 3 * Odin system initialization (registry, directories & environment) … … 7 7 * 8 8 * InitSystemAndRegistry creates: 9 * - SYSTEMDIR\drivers 9 10 * - WINDOWSDIR\SYSTEM 10 11 * - WINDOWSDIR\AppData … … 192 193 // if(RegOpenKeyA(HKEY_CURRENT_USER, "SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Shell Folders", &hkey) != ERROR_SUCCESS) 193 194 // { 195 //system32\drivers dir 196 strcpy(shellpath, InternalGetSystemDirectoryA()); 197 strcat(shellpath, "\\Drivers"); 198 CreateDirectoryA(shellpath, NULL); 199 194 200 //SYSTEM dir 195 201 strcpy(shellpath, InternalGetWindowsDirectoryA());
Note:
See TracChangeset
for help on using the changeset viewer.