wbemprox: Mark internal symbols with hidden visibility.

Francois Gouget fgouget at free.fr
Tue Mar 31 14:06:48 CDT 2015


---
 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]))
 
-- 
2.1.4



More information about the wine-patches mailing list