winhttp: Make constant 'cookieW' static.
Signed-off-by: Alex Henrie <alexhenrie24@gmail.com> Signed-off-by: Hans Leidekker <hans@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
f333c4a210
commit
aaca286cf8
|
@ -344,7 +344,7 @@ BOOL add_cookie_headers( request_t *request )
|
|||
|
||||
if (strstrW( request->path, cookie->path ) == request->path)
|
||||
{
|
||||
const WCHAR cookieW[] = {'C','o','o','k','i','e',':',' '};
|
||||
static const WCHAR cookieW[] = {'C','o','o','k','i','e',':',' '};
|
||||
int len, len_cookie = ARRAY_SIZE( cookieW ), len_name = strlenW( cookie->name );
|
||||
WCHAR *header;
|
||||
|
||||
|
|
Loading…
Reference in New Issue