Ignore:
Timestamp:
Nov 21, 2003, 12:30:30 PM (22 years ago)
Author:
sandervl
Message:

DF: Ukrainian support added

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/wrc/u/cptable.c

    r5521 r10339  
    3030extern union cptable cptable_865;
    3131extern union cptable cptable_866;
     32extern union cptable cptable_1125;
    3233extern union cptable cptable_869;
    3334extern union cptable cptable_874;
     
    7071extern union cptable cptable_28605;
    7172
    72 static const union cptable * const cptables[58] =
     73static const union cptable * const cptables[59] =
    7374{
    7475    &cptable_037,
     
    9192    &cptable_865,
    9293    &cptable_866,
     94    &cptable_1125,
    9395    &cptable_869,
    9496    &cptable_874,
     
    137139
    138140
    139 #ifdef __WIN32OS2__
     141#if defined(__IBMCPP__) || defined(__IBMC__)
    140142static int _LNK_CONV cmp_codepage( const void *codepage, const void *entry )
    141143#else
Note: See TracChangeset for help on using the changeset viewer.