gphoto2.ds: Mark a variable with hidden visibility.

This commit is contained in:
Marcus Meissner 2011-05-13 17:11:11 +02:00 committed by Alexandre Julliard
parent dc5c9c5595
commit 3abe627af5

View File

@ -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;