mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 22:50:43 +00:00
wbemprox: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
30206d9f63
commit
325672f5e6
@ -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]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user