Marcus Meissner : localspl: 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: 340be4feb70442bdcb27ba7590bac80129d81323
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=340be4feb70442bdcb27ba7590bac80129d81323

Author: Marcus Meissner <meissner at suse.de>
Date:   Fri May 13 17:20:55 2011 +0200

localspl: Mark internal symbols with hidden visibility.

---

 dlls/localspl/localspl_private.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/localspl/localspl_private.h b/dlls/localspl/localspl_private.h
index 952c1f6..8c49623 100644
--- a/dlls/localspl/localspl_private.h
+++ b/dlls/localspl/localspl_private.h
@@ -24,8 +24,8 @@
 #include <windef.h>
 
 /* ## DLL-wide Globals ## */
-extern HINSTANCE LOCALSPL_hInstance;
-void setup_provider(void);
+extern HINSTANCE LOCALSPL_hInstance DECLSPEC_HIDDEN;
+void setup_provider(void) DECLSPEC_HIDDEN;
 
 /* ## Resource-ID ## */
 #define IDS_LOCALPORT       500




More information about the wine-cvs mailing list