mpr: Mark internal symbols with hidden visibility.
This commit is contained in:
parent
3abe627af5
commit
df6eedf969
|
@ -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__ */
|
||||
|
|
Loading…
Reference in New Issue