mirror of
https://github.com/reactos/wine.git
synced 2025-02-17 19:39:00 +00:00
gphoto2.ds: Mark a variable with hidden visibility.
This commit is contained in:
parent
dc5c9c5595
commit
3abe627af5
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user