shlwapi/tests: Use a codepage that is supported on all platforms.

This commit is contained in:
Paul Vriens 2008-12-05 08:49:08 +01:00 committed by Alexandre Julliard
parent 50ff549420
commit 8fc42993a1

View file

@ -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;