Ignore:
Timestamp:
Oct 2, 2000, 8:40:12 PM (25 years ago)
Author:
sandervl
Message:

fixes for FS macro changes

File:
1 edited

Legend:

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

    r3843 r4387  
    1 /* $Id: codepage.cpp,v 1.4 2000-07-18 14:55:12 bird Exp $
     1/* $Id: codepage.cpp,v 1.5 2000-10-02 18:39:33 sandervl Exp $
    22**
    33** Module   :CODEPAGE.CPP
     
    2828
    2929    if(codepage == -1) {
    30         codepage = ODIN_PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "DISPLAY", 0);
     30        codepage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "DISPLAY", 0);
    3131    }
    3232    return codepage;
     
    3838
    3939    if(codepage == -1) {
    40         codepage = ODIN_PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "WINDOWS", 0);
     40        codepage = PROFILE_GetOdinIniInt(CODEPAGE_SECTION, "WINDOWS", 0);
    4141    }
    4242    return codepage;
Note: See TracChangeset for help on using the changeset viewer.