Commit bce961e9 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

wiaservc: Mark internal symbols with hidden visibility.

parent 5078d07e
......@@ -26,7 +26,7 @@ typedef struct
IClassFactory IClassFactory_iface;
} ClassFactoryImpl;
extern ClassFactoryImpl WIASERVC_ClassFactory;
extern ClassFactoryImpl WIASERVC_ClassFactory DECLSPEC_HIDDEN;
typedef struct
{
......@@ -34,7 +34,7 @@ typedef struct
LONG ref;
} wiadevmgr;
HRESULT wiadevmgr_Constructor(IUnknown *pUnkOuter, LPVOID *ppObj);
HRESULT wiadevmgr_Constructor(IUnknown *pUnkOuter, LPVOID *ppObj) DECLSPEC_HIDDEN;
/* Little helper functions */
static inline char *
......
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