Module: wine Branch: master Commit: deb988e52aad39e4c065a2fdfb47afd31a370d4d URL: http://source.winehq.org/git/wine.git/?a=commit;h=deb988e52aad39e4c065a2fdfb...
Author: Francois Gouget fgouget@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 *,