Commit 8c3170d7 authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

devenum: Mark internal symbols with hidden visibility.

parent 3266ff8a
...@@ -82,8 +82,8 @@ HRESULT DEVENUM_GetCategoryKey(REFCLSID clsidDeviceClass, HKEY *pBaseKey, WCHAR ...@@ -82,8 +82,8 @@ HRESULT DEVENUM_GetCategoryKey(REFCLSID clsidDeviceClass, HKEY *pBaseKey, WCHAR
/********************************************************************** /**********************************************************************
* Global string constant declarations * Global string constant declarations
*/ */
extern const WCHAR clsid_keyname[6]; extern const WCHAR clsid_keyname[6] DECLSPEC_HIDDEN;
extern const WCHAR wszInstanceKeyName[]; extern const WCHAR wszInstanceKeyName[] DECLSPEC_HIDDEN;
#define CLSID_STR_LEN (sizeof(clsid_keyname) / sizeof(WCHAR)) #define CLSID_STR_LEN (sizeof(clsid_keyname) / sizeof(WCHAR))
/********************************************************************** /**********************************************************************
......
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