devenum: Mark internal symbols with hidden visibility.

This commit is contained in:
Francois Gouget 2015-03-16 18:59:09 +01:00 committed by Alexandre Julliard
parent 3266ff8ab2
commit 8c3170d7f4
1 changed files with 2 additions and 2 deletions

View File

@ -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))
/**********************************************************************