Marcus Meissner : mpr: Mark internal symbols with hidden visibility.

Alexandre Julliard julliard at winehq.org
Fri May 20 12:44:30 CDT 2011


Module: wine
Branch: master
Commit: df6eedf9692d619860802e2efc218500cd939565
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=df6eedf9692d619860802e2efc218500cd939565

Author: Marcus Meissner <meissner at 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__ */




More information about the wine-cvs mailing list