Commit 4af30811 authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

sane.ds: Mark internal symbols with hidden visibility.

parent 82376660
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
# include <sane/sane.h> # include <sane/sane.h>
# include <sane/saneopts.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_init)
MAKE_FUNCPTR(sane_exit) MAKE_FUNCPTR(sane_exit)
MAKE_FUNCPTR(sane_get_devices) MAKE_FUNCPTR(sane_get_devices)
...@@ -82,7 +82,7 @@ struct tagActiveDS ...@@ -82,7 +82,7 @@ struct tagActiveDS
TW_FIX32 defaultXResolution; TW_FIX32 defaultXResolution;
BOOL YResolutionSet; BOOL YResolutionSet;
TW_FIX32 defaultYResolution; TW_FIX32 defaultYResolution;
} activeDS; } activeDS DECLSPEC_HIDDEN;
/* Helper functions */ /* Helper functions */
extern TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action) DECLSPEC_HIDDEN; extern TW_UINT16 SANE_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action) DECLSPEC_HIDDEN;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment