Commit df6eedf9 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

mpr: Mark internal symbols with hidden visibility.

parent 3abe627a
......@@ -21,7 +21,7 @@
#ifndef __WNET_PRIV_H__
#define __WNET_PRIV_H__
void wnetInit(HINSTANCE hInstDll);
void wnetFree(void);
void wnetInit(HINSTANCE hInstDll) DECLSPEC_HIDDEN;
void wnetFree(void) DECLSPEC_HIDDEN;
#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