devenum: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
3266ff8ab2
commit
8c3170d7f4
|
@ -82,8 +82,8 @@ HRESULT DEVENUM_GetCategoryKey(REFCLSID clsidDeviceClass, HKEY *pBaseKey, WCHAR
|
|||
/**********************************************************************
|
||||
* Global string constant declarations
|
||||
*/
|
||||
extern const WCHAR clsid_keyname[6];
|
||||
extern const WCHAR wszInstanceKeyName[];
|
||||
extern const WCHAR clsid_keyname[6] DECLSPEC_HIDDEN;
|
||||
extern const WCHAR wszInstanceKeyName[] DECLSPEC_HIDDEN;
|
||||
#define CLSID_STR_LEN (sizeof(clsid_keyname) / sizeof(WCHAR))
|
||||
|
||||
/**********************************************************************
|
||||
|
|
Loading…
Reference in New Issue