gphoto2.ds: Mark a variable with hidden visibility.

oldstable
Marcus Meissner 2011-05-13 17:11:11 +02:00 committed by Alexandre Julliard
parent dc5c9c5595
commit 3abe627af5
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ struct tagActiveDS
struct jpeg_decompress_struct jd;
struct jpeg_error_mgr jerr;
#endif
} activeDS;
} activeDS DECLSPEC_HIDDEN;
/* Helper functions */
extern TW_UINT16 GPHOTO2_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action) DECLSPEC_HIDDEN;