wine_unicode.map 515 Bytes
Newer Older
1 2 3
WINE_1.0
{
  global:
Alexandre Julliard's avatar
Alexandre Julliard committed
4
    memicmpW;
5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
    snprintfW;
    sprintfW;
    strcmpiW;
    strncmpiW;
    strstrW;
    strtolW;
    strtoulW;
    vsnprintfW;
    vsprintfW;
    wine_casemap_lower;
    wine_casemap_upper;
    wine_compare_string;
    wine_cp_enum_table;
    wine_cp_get_table;
    wine_cp_mbstowcs;
    wine_cp_wcstombs;
    wine_cpsymbol_mbstowcs;
    wine_cpsymbol_wcstombs;
    wine_fold_string;
    wine_get_sortkey;
    wine_utf8_mbstowcs;
    wine_utf8_wcstombs;
    wine_wctype_table;

  local: *;
};