mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-02 20:18:28 +00:00
shell32/tests: Fix test failure on Cyrillic locales.
This commit is contained in:
parent
7de9f842e5
commit
7a0430d0e8
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue