qmgr/tests: Fix test failures on Windows XP.

Signed-off-by: Hans Leidekker <hans@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
stable
Hans Leidekker 2020-01-02 16:36:00 +01:00 committed by Alexandre Julliard
parent 313fc40a97
commit e82c5f65b0
1 changed files with 1 additions and 1 deletions

View File

@ -507,7 +507,7 @@ static void test_Cancel(void)
static void test_HttpOptions(void)
{
static const WCHAR urlW[] =
{'h','t','t','p','s',':','/','/','t','e','s','t','.','w','i','n','e','h','q','.','o','r','g','/',0};
{'h','t','t','p',':','/','/','t','e','s','t','.','w','i','n','e','h','q','.','o','r','g','/',0};
static const WCHAR winetestW[] =
{'W','i','n','e',':',' ','t','e','s','t','\r','\n',0};
static const unsigned int timeout = 30;