https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4d10ead793139372dc2de…
commit 4d10ead793139372dc2dec5b825f33ed7772562c
Author: Timo Kreuzer <timo.kreuzer(a)reactos.org>
AuthorDate: Thu Sep 12 12:33:50 2024 +0300
Commit: Timo Kreuzer <timo.kreuzer(a)reactos.org>
CommitDate: Sun Sep 15 19:28:07 2024 +0300
[UUID] Add missing IID_INetConnectionCommonUi2
This is identical to IID_INetLanConnectionUiInfo
---
sdk/lib/uuid/otherguids.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sdk/lib/uuid/otherguids.c b/sdk/lib/uuid/otherguids.c
index 14db6bf0264..09b9f1e1ecd 100644
--- a/sdk/lib/uuid/otherguids.c
+++ b/sdk/lib/uuid/otherguids.c
@@ -10,7 +10,8 @@ DEFINE_GUID(IID_IEnumNetConnection,
0xC08956A0,0x1CD3,0x11D1,0xB1,0xC5,
DEFINE_GUID(IID_INetConnectionManager,
0xC08956A2,0x1CD3,0x11D1,0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E);
DEFINE_GUID(IID_INetConnectionConnectUi,
0xC08956A3,0x1CD3,0x11D1,0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E);
DEFINE_GUID(IID_INetConnectionPropertyUi,
0xC08956A4,0x1CD3,0x11D1,0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E);
-DEFINE_GUID(IID_INetLanConnectionUiInfo,
0xC08956A6,0x1CD3,0x11D1,0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E);
+DEFINE_GUID(IID_INetConnectionCommonUi2,
0xC08956A6,0x1CD3,0x11D1,0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E); // Same as
IID_INetLanConnectionUiInfo
+DEFINE_GUID(IID_INetLanConnectionUiInfo,
0xC08956A6,0x1CD3,0x11D1,0xB1,0xC5,0x00,0x80,0x5F,0xC1,0x27,0x0E); // Same as
IID_INetConnectionCommonUi2
DEFINE_GUID(IID_IEnumNetCfgBindingInterface,
0xC0E8AE90,0x306E,0x11D1,0xAA,0xCF,0x00,0x80,0x5F,0xC1,0x27,0x0E);
DEFINE_GUID(IID_IEnumNetCfgBindingPath,
0xC0E8AE91,0x306E,0x11D1,0xAA,0xCF,0x00,0x80,0x5F,0xC1,0x27,0x0E);
DEFINE_GUID(IID_IEnumNetCfgComponent,
0xC0E8AE92,0x306E,0x11D1,0xAA,0xCF,0x00,0x80,0x5F,0xC1,0x27,0x0E);