From: Alex Henrie alexhenrie24@gmail.com
--- dlls/ws2_32/ws2_32_private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dlls/ws2_32/ws2_32_private.h b/dlls/ws2_32/ws2_32_private.h index 41d9e512488..10cb4da30aa 100644 --- a/dlls/ws2_32/ws2_32_private.h +++ b/dlls/ws2_32/ws2_32_private.h @@ -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;