Ignore:
Timestamp:
Apr 3, 2001, 4:10:48 PM (24 years ago)
Author:
sandervl
Message:

codepage updates

File:
1 edited

Legend:

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

    r5308 r5451  
    5252#include <Win32k.h>
    5353#include <initdll.h>
     54#include <codepage.h>
    5455
    5556#define DBG_LOCALLOG    DBG_initterm
     
    179180                ulSysinfo = 1;
    180181
     182            /* Setup codepage info */
     183            CODEPAGE_Init();
     184
    181185            InitSystemInfo(ulSysinfo);
    182186            //Set up environment as found in NT
Note: See TracChangeset for help on using the changeset viewer.