Commit 6b492152 authored by Alistair Leslie-Hughes's avatar Alistair Leslie-Hughes Committed by Alexandre Julliard

netcfgx: Remove DECLSPEC_HIDDEN usage.

parent 92d7b284
......@@ -18,6 +18,6 @@
#ifndef __NETCFG_PRIVATE_H__
#define __NETCFG_PRIVATE_H__
extern HRESULT INetCfg_CreateInstance(IUnknown **ppUnk) DECLSPEC_HIDDEN;
extern HRESULT INetCfg_CreateInstance(IUnknown **ppUnk);
#endif
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