Changeset 10339 for trunk/src/kernel32/unicode/cptable.c
- Timestamp:
- Nov 21, 2003, 12:30:30 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/unicode/cptable.c
r6118 r10339 30 30 extern union cptable cptable_865; 31 31 extern union cptable cptable_866; 32 extern union cptable cptable_1125; 32 33 extern union cptable cptable_869; 33 34 extern union cptable cptable_874; … … 70 71 extern union cptable cptable_28605; 71 72 72 static const union cptable * const cptables[5 8] =73 static const union cptable * const cptables[59] = 73 74 { 74 75 &cptable_037, … … 91 92 &cptable_865, 92 93 &cptable_866, 94 &cptable_1125, 93 95 &cptable_869, 94 96 &cptable_874,
Note:
See TracChangeset
for help on using the changeset viewer.