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

objsel: Mark internal symbols with hidden visibility.

parent cc37b188
......@@ -42,7 +42,7 @@
* Dll lifetime tracking declaration for objsel.dll
*/
extern LONG dll_refs;
extern LONG dll_refs DECLSPEC_HIDDEN;
/**********************************************************************
* ClassFactory declaration for objsel.dll
......@@ -59,6 +59,6 @@ typedef struct
LONG ref;
} IDsObjectPickerImpl;
HRESULT WINAPI OBJSEL_IDsObjectPicker_Create(LPVOID *ppvObj);
HRESULT WINAPI OBJSEL_IDsObjectPicker_Create(LPVOID *ppvObj) DECLSPEC_HIDDEN;
extern ClassFactoryImpl OBJSEL_ClassFactory;
extern ClassFactoryImpl OBJSEL_ClassFactory DECLSPEC_HIDDEN;
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