Module: wine Branch: master Commit: 3abe627af5f24b3d8d7e6cbe2dd1f662b9fd1c34 URL: http://source.winehq.org/git/wine.git/?a=commit;h=3abe627af5f24b3d8d7e6cbe2d...
Author: Marcus Meissner meissner@suse.de Date: Fri May 13 17:11:11 2011 +0200
gphoto2.ds: Mark a variable with hidden visibility.
---
dlls/gphoto2.ds/gphoto2_i.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/dlls/gphoto2.ds/gphoto2_i.h b/dlls/gphoto2.ds/gphoto2_i.h index 02f5d11..373c6fc 100644 --- a/dlls/gphoto2.ds/gphoto2_i.h +++ b/dlls/gphoto2.ds/gphoto2_i.h @@ -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;