gphoto2.ds: Global variable compatibility update for gcc 10.
Signed-off-by: Michael Cronenworth <mike@cchtml.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
bc51c5d589
commit
453980e130
|
@ -100,7 +100,9 @@ struct tagActiveDS
|
|||
struct jpeg_decompress_struct jd;
|
||||
struct jpeg_error_mgr jerr;
|
||||
#endif
|
||||
} activeDS DECLSPEC_HIDDEN;
|
||||
};
|
||||
|
||||
extern struct tagActiveDS activeDS DECLSPEC_HIDDEN;
|
||||
|
||||
/* Helper functions */
|
||||
extern TW_UINT16 GPHOTO2_SaneCapability (pTW_CAPABILITY pCapability, TW_UINT16 action) DECLSPEC_HIDDEN;
|
||||
|
|
|
@ -33,6 +33,8 @@
|
|||
|
||||
WINE_DEFAULT_DEBUG_CHANNEL(twain);
|
||||
|
||||
struct tagActiveDS activeDS;
|
||||
|
||||
DSMENTRYPROC GPHOTO2_dsmentry;
|
||||
|
||||
#ifdef HAVE_GPHOTO2
|
||||
|
|
Loading…
Reference in New Issue