[PATCH] include: Add more dbgeng interface definitions.

Chip Davis cdavis at codeweavers.com
Wed Apr 10 10:18:24 CDT 2019


April 10, 2019 5:41 AM, "Nikolay Sivov" <nsivov at codeweavers.com> wrote:

> @@ -414,6 +420,54 @@ DECLARE_INTERFACE_(IDebugDataSpaces, IUnknown)
>  };
>  #undef INTERFACE
> 
> +#define INTERFACE IDebugDataSpaces2
> +DECLARE_INTERFACE_(IDebugDataSpaces2, IUnknown)

Shouldn't that be:

  DECLARE_INTERFACE_(IDebugDataSpaces2, IDebugDataSpaces)

? Or is MS's header like that? I guess it'd only matter in C++ anyway.

There are two others where the base appears to be wrong (IDebugSystemObjects2, IDebugSystemObjects3).

Chip



More information about the wine-devel mailing list