From: Stefan Neis Date: Thu, 29 Dec 2011 11:26:05 +0000 (+0000) Subject: Reordered "extern" and WXDLLIMPEXP_CORE specifiers; fixes #13816. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/21317c46b4eb3e0f174a82c57f268c102b25b9d1 Reordered "extern" and WXDLLIMPEXP_CORE specifiers; fixes #13816. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70162 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/msw/ole/oleutils.h b/include/wx/msw/ole/oleutils.h index 43e0493c81..bd1a294c2e 100644 --- a/include/wx/msw/ole/oleutils.h +++ b/include/wx/msw/ole/oleutils.h @@ -82,7 +82,7 @@ inline void ReleaseInterface(IUnknown *pIUnk) #define RELEASE_AND_NULL(p) if ( (p) != NULL ) { p->Release(); p = NULL; }; // return true if the iid is in the array -WXDLLIMPEXP_CORE extern bool IsIidFromList(REFIID riid, const IID *aIids[], size_t nCount); +extern WXDLLIMPEXP_CORE bool IsIidFromList(REFIID riid, const IID *aIids[], size_t nCount); // ============================================================================ // IUnknown implementation helpers