http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ff549
)
shlwapi/tests: Use a codepage that is supported on all platforms.
author
Paul Vriens
<Paul.Vriens.Wine@gmail.com>
Fri, 5 Dec 2008 07:49:08 +0000
(08:49 +0100)
committer
Alexandre Julliard
<julliard@winehq.org>
Fri, 5 Dec 2008 11:36:49 +0000
(12:36 +0100)
dlls/shlwapi/tests/url.c
patch
|
blob
|
blame
|
history
diff --git
a/dlls/shlwapi/tests/url.c
b/dlls/shlwapi/tests/url.c
index 7ae79bcb4f925d9c08eb13cd98876c722687ec1d..80aee98c55a63d2529641b0c878037f94631134d 100644
(file)
--- a/
dlls/shlwapi/tests/url.c
+++ b/
dlls/shlwapi/tests/url.c
@@
-746,7
+746,7
@@
static void test_UrlCanonicalizeW(void)
BOOL choped;
int pos;
- MultiByteToWideChar(CP_
UTF8
, 0, "http://www.winehq.org/X", -1, szUrl, 128);
+ MultiByteToWideChar(CP_
ACP
, 0, "http://www.winehq.org/X", -1, szUrl, 128);
pos = lstrlenW(szUrl) - 1;
szUrl[pos] = i;
urllen = INTERNET_MAX_URL_LENGTH;