Changeset 5458 for trunk/src/kernel32/unicode
- Timestamp:
- Apr 3, 2001, 8:27:26 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/unicode/casemap.c
r5450 r5458 4 4 #include "wine/unicode.h" 5 5 6 const WCHAR casemap_lower[3328] =6 extern const WCHAR casemap_lower[3328] = 7 7 { 8 8 /* index */ … … 436 436 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000 437 437 }; 438 const WCHAR casemap_upper[3328] =438 extern const WCHAR casemap_upper[3328] = 439 439 { 440 440 /* index */
Note:
See TracChangeset
for help on using the changeset viewer.