[PATCH 1/3] uuid: Include mscoree.idl.

Jacek Caban jacek at codeweavers.com
Thu Apr 13 05:16:04 CDT 2017


On 13.04.2017 09:18, Alexandre Julliard wrote:
> Jacek Caban <jacek at codeweavers.com> writes:
>
>> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
>> ---
>>   dlls/uuid/uuid.c | 1 +
>>   1 file changed, 1 insertion(+)
>>
>>
>> diff --git a/dlls/uuid/uuid.c b/dlls/uuid/uuid.c
>> index 913e99c..b8e15a2 100644
>> --- a/dlls/uuid/uuid.c
>> +++ b/dlls/uuid/uuid.c
>> @@ -89,6 +89,7 @@ DEFINE_GUID(GUID_NULL,0,0,0,0,0,0,0,0,0,0,0);
>>   #include "netcfgx.h"
>>   #include "shimgdata.h"
>>   #include "comsvcs.h"
>> +#include "mscoree.h"
> That doesn't seem to match the PSDK.

Interesting: I checked IID_IManagedObject and it's in uuid.lib in my 
PSDK. Now I rechecked with other IIDs from mscoreee.idl and they indeed 
are not there. I will send patches without adding it to uuid.

Thanks,
Jacek



More information about the wine-devel mailing list