From b3aa50d9aa512fad741ee9a4d27f4a39d327b7eb Mon Sep 17 00:00:00 2001 From: David Mason Date: Sat, 17 Aug 2019 15:53:16 -0700 Subject: [PATCH] Add guid definition --- src/pal/prebuilt/idl/sospriv_i.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pal/prebuilt/idl/sospriv_i.cpp b/src/pal/prebuilt/idl/sospriv_i.cpp index 290b9b75d..ba31ed239 100644 --- a/src/pal/prebuilt/idl/sospriv_i.cpp +++ b/src/pal/prebuilt/idl/sospriv_i.cpp @@ -95,6 +95,9 @@ MIDL_DEFINE_GUID(IID, IID_ISOSDacInterface5,0x127d6abe,0x6c86,0x4e48,0x8e,0x7b,0 MIDL_DEFINE_GUID(IID, IID_ISOSDacInterface6,0x11206399,0x4b66,0x4edb,0x98,0xea,0x85,0x65,0x4e,0x59,0xad,0x45); +MIDL_DEFINE_GUID(IID, IID_ISOSDacInterface7,0xc1020dde,0xfe98,0x4536,0xa5,0x3b,0xf3,0x5a,0x74,0xc3,0x27,0xeb); + + #undef MIDL_DEFINE_GUID #ifdef __cplusplus -- 2.34.1