Module: wine Branch: master Commit: 325672f5e64ac05d97bc2181b22aad6ee02bdcc2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=325672f5e64ac05d97bc2181b2...
Author: Francois Gouget fgouget@free.fr Date: Tue Mar 31 21:06:48 2015 +0200
wbemprox: Mark internal symbols with hidden visibility.
---
dlls/wbemprox/wbemprox_private.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/wbemprox/wbemprox_private.h b/dlls/wbemprox/wbemprox_private.h index daf8611..ba25a02 100644 --- a/dlls/wbemprox/wbemprox_private.h +++ b/dlls/wbemprox/wbemprox_private.h @@ -20,8 +20,8 @@ #include "wine/list.h" #include "wine/unicode.h"
-IClientSecurity client_security; -struct list *table_list; +IClientSecurity client_security DECLSPEC_HIDDEN; +struct list *table_list DECLSPEC_HIDDEN;
#define SIZEOF(array) (sizeof(array)/sizeof((array)[0]))