Module: wine Branch: master Commit: 5da3827d863ae43f8367cdafbeba73cec7cdee3d URL: https://gitlab.winehq.org/wine/wine/-/commit/5da3827d863ae43f8367cdafbeba73c...
Author: Alex Henrie alexhenrie24@gmail.com Date: Mon Jun 19 21:30:46 2023 -0600
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;