[PATCH] sane.ds: Mark internal symbols with hidden visibility

Marcus Meissner meissner at suse.de
Fri May 13 11:16:13 CDT 2011


---
 dlls/sane.ds/sane_i.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/sane.ds/sane_i.h b/dlls/sane.ds/sane_i.h
index 544bd09..17826d2 100644
--- a/dlls/sane.ds/sane_i.h
+++ b/dlls/sane.ds/sane_i.h
@@ -27,7 +27,7 @@
 # include <sane/sane.h>
 # include <sane/saneopts.h>
 
-#define MAKE_FUNCPTR(f) typeof(f) * p##f;
+#define MAKE_FUNCPTR(f) typeof(f) * p##f DECLSPEC_HIDDEN;
 MAKE_FUNCPTR(sane_init)
 MAKE_FUNCPTR(sane_exit)
 MAKE_FUNCPTR(sane_get_devices)
@@ -82,7 +82,7 @@ struct tagActiveDS
     TW_FIX32            defaultXResolution;
     BOOL                YResolutionSet;
     TW_FIX32            defaultYResolution;
-} activeDS;
+} activeDS DECLSPEC_HIDDEN;
 
 /* Helper functions */
 extern TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action) DECLSPEC_HIDDEN;
-- 
1.7.1



More information about the wine-patches mailing list