Commit 8c0225ef authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

winhttp: Make winsock_init() static.

parent 0d5ee7c5
......@@ -167,7 +167,7 @@ static BOOL WINAPI winsock_startup( INIT_ONCE *once, void *param, void **ctx )
return TRUE;
}
void winsock_init(void)
static void winsock_init(void)
{
static INIT_ONCE once = INIT_ONCE_STATIC_INIT;
InitOnceExecuteOnce( &once, winsock_startup, NULL, NULL );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment