[PATCH] include: Add COM_DECLSPEC_NOTHROW define

Alistair Leslie-Hughes leslie_alistair at hotmail.com
Thu Oct 17 00:21:12 CDT 2019


Signed-off-by: Alistair Leslie-Hughes <leslie_alistair at hotmail.com>
---
 include/basetyps.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/basetyps.h b/include/basetyps.h
index 94875334b0..6e4f9e6d16 100644
--- a/include/basetyps.h
+++ b/include/basetyps.h
@@ -39,6 +39,8 @@
 #define STDMETHODIMPV      HRESULT STDMETHODVCALLTYPE
 #define STDMETHODIMPV_(t)  t STDMETHODVCALLTYPE
 
+#define COM_DECLSPEC_NOTHROW
+
 #if defined(__cplusplus) && !defined(CINTERFACE)
 # define interface struct
 # define STDMETHOD(m) virtual HRESULT STDMETHODCALLTYPE m
-- 
2.17.1




More information about the wine-devel mailing list