From 3abe627af5f24b3d8d7e6cbe2dd1f662b9fd1c34 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Fri, 13 May 2011 17:11:11 +0200 Subject: [PATCH] gphoto2.ds: Mark a variable with hidden visibility. --- dlls/gphoto2.ds/gphoto2_i.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/gphoto2.ds/gphoto2_i.h b/dlls/gphoto2.ds/gphoto2_i.h index 02f5d11c95..373c6fc611 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;