Ignore:
Timestamp:
Apr 3, 2001, 7:47:13 PM (24 years ago)
Author:
sandervl
Message:

rewrote string functions with new unicode code

File:
1 edited

Legend:

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

    r5451 r5457  
    106106    if (!ansi_cptable) CODEPAGE_Init();
    107107
    108     return oem_cptable->info.codepage;
     108    return ansi_cptable->info.codepage;
    109109}
    110110
     
    113113    if (!ansi_cptable) CODEPAGE_Init();
    114114
    115     return oem_cptable->info.codepage;
     115    return ansi_cptable->info.codepage;
    116116}
    117117
Note: See TracChangeset for help on using the changeset viewer.