From: Alistair Leslie-Hughes leslie_alistair@hotmail.com
--- dlls/oleaut32/connpt.h | 2 +- dlls/oleaut32/oleaut.c | 8 ++++---- dlls/oleaut32/variant.h | 6 +++--- dlls/oleaut32/vartype.c | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/dlls/oleaut32/connpt.h b/dlls/oleaut32/connpt.h index e0bdd8b59b4..cac3ae62fa8 100644 --- a/dlls/oleaut32/connpt.h +++ b/dlls/oleaut32/connpt.h @@ -19,6 +19,6 @@ #ifndef _CONNPT_H #define _CONNPT_H
-HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP) DECLSPEC_HIDDEN; +HRESULT CreateConnectionPoint(IUnknown *pUnk, REFIID riid, IConnectionPoint **pCP);
#endif /* _CONNPT_H */ diff --git a/dlls/oleaut32/oleaut.c b/dlls/oleaut32/oleaut.c index 92a9f12661b..5381df2d051 100644 --- a/dlls/oleaut32/oleaut.c +++ b/dlls/oleaut32/oleaut.c @@ -758,10 +758,10 @@ HRESULT WINAPI OleTranslateColor( return S_OK; }
-extern HRESULT WINAPI OLEAUTPS_DllGetClassObject(REFCLSID, REFIID, LPVOID *) DECLSPEC_HIDDEN; -extern BOOL WINAPI OLEAUTPS_DllMain(HINSTANCE, DWORD, LPVOID) DECLSPEC_HIDDEN; -extern HRESULT WINAPI OLEAUTPS_DllRegisterServer(void) DECLSPEC_HIDDEN; -extern HRESULT WINAPI OLEAUTPS_DllUnregisterServer(void) DECLSPEC_HIDDEN; +extern HRESULT WINAPI OLEAUTPS_DllGetClassObject(REFCLSID, REFIID, LPVOID *); +extern BOOL WINAPI OLEAUTPS_DllMain(HINSTANCE, DWORD, LPVOID); +extern HRESULT WINAPI OLEAUTPS_DllRegisterServer(void); +extern HRESULT WINAPI OLEAUTPS_DllUnregisterServer(void);
extern HRESULT WINAPI CreateProxyFromTypeInfo(ITypeInfo *typeinfo, IUnknown *outer, REFIID iid, IRpcProxyBuffer **proxy, void **obj); diff --git a/dlls/oleaut32/variant.h b/dlls/oleaut32/variant.h index 1be8f8cdc79..5dc27f860a8 100644 --- a/dlls/oleaut32/variant.h +++ b/dlls/oleaut32/variant.h @@ -101,7 +101,7 @@ #define VAR_BOOLYESNO 0x0800 /* Convert bool to "Yes"/"No" */ #define VAR_NEGATIVE 0x1000 /* Number is negative */
-unsigned int get_type_size(ULONG*, VARTYPE) DECLSPEC_HIDDEN; -HRESULT VARIANT_ClearInd(VARIANTARG *) DECLSPEC_HIDDEN; +unsigned int get_type_size(ULONG*, VARTYPE); +HRESULT VARIANT_ClearInd(VARIANTARG *); BOOL get_date_format(LCID, DWORD, const SYSTEMTIME *, - const WCHAR *, WCHAR *, int) DECLSPEC_HIDDEN; + const WCHAR *, WCHAR *, int); diff --git a/dlls/oleaut32/vartype.c b/dlls/oleaut32/vartype.c index bc8bd0d2197..8424365b5f9 100644 --- a/dlls/oleaut32/vartype.c +++ b/dlls/oleaut32/vartype.c @@ -33,7 +33,7 @@
WINE_DEFAULT_DEBUG_CHANNEL(variant);
-extern HMODULE hProxyDll DECLSPEC_HIDDEN; +extern HMODULE hProxyDll;
#define CY_MULTIPLIER 10000 /* 4 dp of precision */ #define CY_MULTIPLIER_F 10000.0