Francois Gouget : oleaut32: Mark internal symbols with hidden visibility.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Mar 26 11:13:57 CDT 2015


Module: wine
Branch: master
Commit: deb988e52aad39e4c065a2fdfb47afd31a370d4d
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=deb988e52aad39e4c065a2fdfb47afd31a370d4d

Author: Francois Gouget <fgouget at free.fr>
Date:   Thu Mar 26 15:30:13 2015 +0100

oleaut32: Mark internal symbols with hidden visibility.

---

 dlls/oleaut32/variant.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/oleaut32/variant.h b/dlls/oleaut32/variant.h
index e5d9a56..9436cb3 100644
--- a/dlls/oleaut32/variant.h
+++ b/dlls/oleaut32/variant.h
@@ -114,7 +114,7 @@ typedef struct tagVARIANT_NUMBER_CHARS
   WCHAR cCurrencyDigitSeparator;
 } VARIANT_NUMBER_CHARS;
 
-unsigned int get_type_size(ULONG*, VARTYPE);
+unsigned int get_type_size(ULONG*, VARTYPE) DECLSPEC_HIDDEN;
 BOOL VARIANT_GetLocalisedText(LANGID, DWORD, WCHAR *) DECLSPEC_HIDDEN;
 HRESULT VARIANT_ClearInd(VARIANTARG *) DECLSPEC_HIDDEN;
 BOOL get_date_format(LCID, DWORD, const SYSTEMTIME *,




More information about the wine-cvs mailing list