ws2_32: Don't export num_startup.

This commit is contained in:
Alex Henrie 2023-06-19 21:30:46 -06:00 committed by Alexandre Julliard
parent 8102e2ca2b
commit 5da3827d86

View file

@ -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;