objsel: Mark internal symbols with hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-13 17:40:59 +02:00 committed by Alexandre Julliard
parent cc37b188d2
commit a71c2f5ec7

View file

@ -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;