Changeset 4578 for trunk/src/kernel32/initsystem.cpp
- Timestamp:
- Nov 9, 2000, 8:21:39 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initsystem.cpp
r4526 r4578 1 /* $Id: initsystem.cpp,v 1.2 2 2000-10-25 19:46:59 sandervl Exp $ */1 /* $Id: initsystem.cpp,v 1.23 2000-11-09 19:21:39 sandervl Exp $ */ 2 2 /* 3 3 * Odin system initialization (registry, directories & environment) … … 8 8 * InitSystemAndRegistry creates: 9 9 * - SYSTEMDIR\drivers 10 * - SYSTEMDIR\drivers\etc 10 11 * - WINDOWSDIR\SYSTEM 11 12 * - WINDOWSDIR\AppData … … 203 204 strcpy(shellpath, InternalGetSystemDirectoryA()); 204 205 strcat(shellpath, "\\Drivers"); 206 CreateDirectoryA(shellpath, NULL); 207 strcat(shellpath, "\\etc"); 205 208 CreateDirectoryA(shellpath, NULL); 206 209
Note:
See TracChangeset
for help on using the changeset viewer.