Commit 325672f5 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

wbemprox: Mark internal symbols with hidden visibility.

parent 30206d9f
......@@ -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]))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment