Ignore:
Timestamp:
Dec 30, 2000, 11:17:00 AM (25 years ago)
Author:
sandervl
Message:

Create 'Font Mapping' Odin.ini entry during WarpIn install

File:
1 edited

Legend:

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

    r4578 r4850  
    1 /* $Id: initsystem.cpp,v 1.23 2000-11-09 19:21:39 sandervl Exp $ */
     1/* $Id: initsystem.cpp,v 1.24 2000-12-30 10:17:00 sandervl Exp $ */
    22/*
    33 * Odin system initialization (registry, directories & environment)
     
    4646#include "cpuhlp.h"
    4747#include <odininst.h>
     48#include <win\options.h>
    4849#include "directory.h"
    4950#include <versionos2.h>
     
    637638   RegSetValueExA(hkey, "EnableRemoteConnect",0,REG_SZ, (LPBYTE)digbuf, 2);
    638639   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   }
    639648
    640649   return TRUE;
Note: See TracChangeset for help on using the changeset viewer.