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

mpr: Remove DECLSPEC_HIDDEN usage.

parent 2aa68832
......@@ -21,7 +21,7 @@
#ifndef __WNET_PRIV_H__
#define __WNET_PRIV_H__
void wnetInit(HINSTANCE hInstDll) DECLSPEC_HIDDEN;
void wnetFree(void) DECLSPEC_HIDDEN;
void wnetInit(HINSTANCE hInstDll);
void wnetFree(void);
#endif /* ndef __WNET_PRIV_H__ */
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