Marcus Meissner : sane.ds: Mark internal symbols with hidden visibility.

Alexandre Julliard julliard at winehq.org
Tue May 24 12:53:44 CDT 2011


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

Author: Marcus Meissner <meissner at suse.de>
Date:   Fri May 13 18:16:13 2011 +0200

sane.ds: Mark internal symbols with hidden visibility.

---

 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;




More information about the wine-cvs mailing list