Changeset 4850 for trunk/src/kernel32/initsystem.cpp
- Timestamp:
- Dec 30, 2000, 11:17:00 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/initsystem.cpp
r4578 r4850 1 /* $Id: initsystem.cpp,v 1.2 3 2000-11-09 19:21:39sandervl Exp $ */1 /* $Id: initsystem.cpp,v 1.24 2000-12-30 10:17:00 sandervl Exp $ */ 2 2 /* 3 3 * Odin system initialization (registry, directories & environment) … … 46 46 #include "cpuhlp.h" 47 47 #include <odininst.h> 48 #include <win\options.h> 48 49 #include "directory.h" 49 50 #include <versionos2.h> … … 637 638 RegSetValueExA(hkey, "EnableRemoteConnect",0,REG_SZ, (LPBYTE)digbuf, 2); 638 639 RegCloseKey(hkey); 640 641 //Add MS Sans Serif to WarpSans font conversion entry 642 char temp; 643 if(PROFILE_GetOdinIniString(ODINFONTSECTION, "MS Sans Serif", "", &temp, 644 0) <= 1) 645 { 646 PROFILE_SetOdinIniString(ODINFONTSECTION, "MS Sans Serif", "WarpSans"); 647 } 639 648 640 649 return TRUE;
Note:
See TracChangeset
for help on using the changeset viewer.