mpr: Mark internal symbols with hidden visibility.

oldstable
Marcus Meissner 2011-05-13 17:27:14 +02:00 committed by Alexandre Julliard
parent 3abe627af5
commit df6eedf969
1 changed files with 2 additions and 2 deletions

View File

@ -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__ */