[PATCH] include: Add more dbgeng interface definitions.

Nikolay Sivov nsivov at codeweavers.com
Wed Apr 10 10:28:00 CDT 2019


On 4/10/19 6:18 PM, Chip Davis wrote:

> 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.

Yes, SDK header is like that.

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



More information about the wine-devel mailing list