From 5da3827d863ae43f8367cdafbeba73cec7cdee3d Mon Sep 17 00:00:00 2001 From: Alex Henrie Date: Mon, 19 Jun 2023 21:30:46 -0600 Subject: [PATCH] ws2_32: Don't export num_startup. --- 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;