Commit 3abe627a authored by Marcus Meissner's avatar Marcus Meissner Committed by Alexandre Julliard

gphoto2.ds: Mark a variable with hidden visibility.

parent dc5c9c55
...@@ -101,7 +101,7 @@ struct tagActiveDS ...@@ -101,7 +101,7 @@ struct tagActiveDS
struct jpeg_decompress_struct jd; struct jpeg_decompress_struct jd;
struct jpeg_error_mgr jerr; struct jpeg_error_mgr jerr;
#endif #endif
} activeDS; } activeDS DECLSPEC_HIDDEN;
/* Helper functions */ /* Helper functions */
extern TW_UINT16 GPHOTO2_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action) DECLSPEC_HIDDEN; extern TW_UINT16 GPHOTO2_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