Ignore:
Timestamp:
Apr 3, 2001, 8:27:26 PM (24 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/unicode/casemap.c

    r5450 r5458  
    44#include "wine/unicode.h"
    55
    6 const WCHAR casemap_lower[3328] =
     6extern const WCHAR casemap_lower[3328] =
    77{
    88    /* index */
     
    436436    0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
    437437};
    438 const WCHAR casemap_upper[3328] =
     438extern const WCHAR casemap_upper[3328] =
    439439{
    440440    /* index */
Note: See TracChangeset for help on using the changeset viewer.