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

propsys: Remove DECLSPEC_HIDDEN usage.

parent f818ac4a
......@@ -18,4 +18,4 @@
* Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
*/
HRESULT PropertyStore_CreateInstance(IUnknown *outer, REFIID riid, void **ppv) DECLSPEC_HIDDEN;
HRESULT PropertyStore_CreateInstance(IUnknown *outer, REFIID riid, void **ppv);
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