wbemprox: Mark internal symbols with hidden visibility.

This commit is contained in:
Francois Gouget 2015-03-31 21:06:48 +02:00 committed by Alexandre Julliard
parent 30206d9f63
commit 325672f5e6
1 changed files with 2 additions and 2 deletions

View File

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