SVN maintenance:
Delete wine_unicode.map
Add *.map to ignore list
Deleted: trunk/reactos/tools/unicode/wine_unicode.map
Property changes on: trunk/reactos/tools/unicode
___________________________________________________________________
Name: svn:ignore
   - *.o
*.a
   + *.o
*.a
*.map

Deleted: trunk/reactos/tools/unicode/wine_unicode.map
--- trunk/reactos/tools/unicode/wine_unicode.map	2005-05-05 09:48:22 UTC (rev 14986)
+++ trunk/reactos/tools/unicode/wine_unicode.map	2005-05-05 09:59:38 UTC (rev 14987)
@@ -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: *;
-};