Commit 5da3827d authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

ws2_32: Don't export num_startup.

parent 8102e2ca
......@@ -90,7 +90,7 @@ struct per_thread_data
char ntoa_buffer[16]; /* 4*3 digits + 3 '.' + 1 '\0' */
};
extern int num_startup;
extern int num_startup DECLSPEC_HIDDEN;
struct per_thread_data *get_per_thread_data(void) DECLSPEC_HIDDEN;
......
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