On 13.04.2017 09:18, Alexandre Julliard wrote:
Jacek Caban jacek@codeweavers.com writes:
Signed-off-by: Jacek Caban jacek@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