mirror of
https://github.com/reactos/wine.git
synced 2024-11-24 12:20:07 +00:00
urlmon: Include 'x64' token in user agent string on win64.
Signed-off-by: Jacek Caban <jacek@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
aab72aa943
commit
eb5f7531ac
@ -555,7 +555,7 @@ static void ensure_useragent(void)
|
||||
'\\','5','.','0','\\','U','s','e','r',' ','A','g','e','n','t',
|
||||
'\\','P','o','s','t',' ','P','l','a','t','f','o','r','m',0};
|
||||
static const WCHAR ntW[] = {'N','T',' ',0};
|
||||
static const WCHAR win64W[] = {'W','i','n','6','4',';',' ',0};
|
||||
static const WCHAR win64W[] = {'W','i','n','6','4',';',' ','x','6','4',';',' ',0};
|
||||
static const WCHAR wow64W[] = {'W','O','W','6','4',';',' ',0};
|
||||
static const WCHAR emptyW[] = {0};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user