From e80efe27d7fb86eb0bef065ebe4d9d0635ce2481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Thu, 5 May 2005 09:59:38 +0000 Subject: [PATCH] SVN maintenance: Delete wine_unicode.map Add *.map to ignore list svn path=/trunk/; revision=14987 --- reactos/tools/unicode/wine_unicode.map | 30 -------------------------- 1 file changed, 30 deletions(-) delete mode 100644 reactos/tools/unicode/wine_unicode.map diff --git a/reactos/tools/unicode/wine_unicode.map b/reactos/tools/unicode/wine_unicode.map deleted file mode 100644 index d4bafe54e51..00000000000 --- a/reactos/tools/unicode/wine_unicode.map +++ /dev/null @@ -1,30 +0,0 @@ -WINE_1.0 -{ - global: - memicmpW; - 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: *; -};