16 Sep
2024
16 Sep
'24
9:59 a.m.
From: Rémi Bernon <rbernon(a)codeweavers.com> --- include/rpcndr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rpcndr.h b/include/rpcndr.h index de6a0663650..4d140492558 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -128,7 +128,7 @@ typedef void (__RPC_USER *NDR_NOTIFY2_ROUTINE)(boolean flag); # endif #endif -#define MIDL_INTERFACE(x) struct +#define MIDL_INTERFACE(x) struct DECLSPEC_UUID(x) DECLSPEC_NOVTABLE struct _MIDL_STUB_MESSAGE; struct _MIDL_STUB_DESC; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/6502