Changeset 3461 for trunk/src/kernel32/initterm.cpp
- Timestamp:
- Apr 29, 2000, 8:26:59 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initterm.cpp
r3375 r3461 1 /* $Id: initterm.cpp,v 1.4 0 2000-04-14 22:35:27sandervl Exp $ */1 /* $Id: initterm.cpp,v 1.41 2000-04-29 18:26:59 sandervl Exp $ */ 2 2 3 3 /* … … 48 48 #include <windllbase.h> 49 49 #include "winexepe2lx.h" 50 #include "initsystem.h"51 50 #include <exitlist.h> 52 51 #include "oslibdos.h" 52 #include <cpuhlp.h> 53 53 54 #define DBG_LOCALLOG DBG_initterm 54 55 #include "dbglocal.h" … … 170 171 ulSysinfo = 1; 171 172 172 InitSystem Environment(ulSysinfo);173 InitSystemInfo(ulSysinfo); 173 174 break; 174 175 }
Note:
See TracChangeset
for help on using the changeset viewer.