Module: wine Branch: master Commit: df6eedf9692d619860802e2efc218500cd939565 URL: http://source.winehq.org/git/wine.git/?a=commit;h=df6eedf9692d619860802e2efc...
Author: Marcus Meissner meissner@suse.de Date: Fri May 13 17:27:14 2011 +0200
mpr: Mark internal symbols with hidden visibility.
---
dlls/mpr/wnetpriv.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dlls/mpr/wnetpriv.h b/dlls/mpr/wnetpriv.h index 7a32902..3e744c5 100644 --- a/dlls/mpr/wnetpriv.h +++ b/dlls/mpr/wnetpriv.h @@ -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__ */