26 Jun
2024
26 Jun
'24
8:07 a.m.
From: Rémi Bernon <rbernon(a)codeweavers.com> --- include/rpcndr.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/rpcndr.h b/include/rpcndr.h index 93ebb0a4aa7..551768d7786 100644 --- a/include/rpcndr.h +++ b/include/rpcndr.h @@ -112,7 +112,10 @@ typedef void (__RPC_USER *NDR_RUNDOWN)(void *context); typedef void (__RPC_USER *NDR_NOTIFY_ROUTINE)(void); typedef void (__RPC_USER *NDR_NOTIFY2_ROUTINE)(boolean flag); +#ifndef DECLSPEC_UUID #define DECLSPEC_UUID(x) +#endif + #define MIDL_INTERFACE(x) struct struct _MIDL_STUB_MESSAGE; -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/5915