Commit 74198569 authored by Alexandre Julliard's avatar Alexandre Julliard

ws2_32: Remove DECLSPEC_HIDDEN usage.

parent d1d15757
......@@ -73,7 +73,7 @@ static inline char *strdupWtoA( const WCHAR *str )
static const char magic_loopback_addr[] = {127, 12, 34, 56};
const char *debugstr_sockaddr( const struct sockaddr *addr ) DECLSPEC_HIDDEN;
const char *debugstr_sockaddr( const struct sockaddr *addr );
struct per_thread_data
{
......@@ -88,9 +88,9 @@ struct per_thread_data
char ntoa_buffer[16]; /* 4*3 digits + 3 '.' + 1 '\0' */
};
extern int num_startup DECLSPEC_HIDDEN;
extern int num_startup;
struct per_thread_data *get_per_thread_data(void) DECLSPEC_HIDDEN;
struct per_thread_data *get_per_thread_data(void);
struct getaddrinfo_params
{
......
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