[PATCH 4/4] Fix test failure on Cyrillic locales

Paul Vriens Paul.Vriens.Wine at gmail.com
Sun Oct 11 03:21:26 CDT 2009


---
 dlls/shell32/tests/shlfileop.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/shell32/tests/shlfileop.c b/dlls/shell32/tests/shlfileop.c
index cbd6025..33d1a94 100644
--- a/dlls/shell32/tests/shlfileop.c
+++ b/dlls/shell32/tests/shlfileop.c
@@ -48,8 +48,8 @@
        "Expected %d, got %d\n", ret, retval)
 
 static CHAR CURR_DIR[MAX_PATH];
-static const WCHAR UNICODE_PATH[] = {'c',':','\\',0x00c4,'\0','\0'};
-    /* "c:\Ä", or "c:\A" with diaeresis */
+static const WCHAR UNICODE_PATH[] = {'c',':','\\',0x00ae,'\0','\0'};
+    /* "c:\®" can be used in all codepages */
     /* Double-null termination needed for pFrom field of SHFILEOPSTRUCT */
 
 static HMODULE hshell32;
-- 
1.6.2.5


--------------070703040103070805070407--



More information about the wine-patches mailing list