Rebase against d318f43559dbb0093e22bab1aa0eb9dc01170cc2.

This commit is contained in:
Zebediah Figura
2022-02-11 23:53:24 -06:00
parent b5193cb799
commit b9f7ec5ccf
10 changed files with 148 additions and 146 deletions

View File

@@ -1,4 +1,4 @@
From a5d61672e671ca208fb51fd227566179128bc888 Mon Sep 17 00:00:00 2001
From beb2d6ed1dd39b4028e848a7429a82d55ce690a7 Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Date: Fri, 28 May 2021 12:34:37 +1000
Subject: [PATCH] include: Add windows.networking.connectivity.idl
@@ -10,12 +10,12 @@ Subject: [PATCH] include: Add windows.networking.connectivity.idl
create mode 100644 include/windows.networking.connectivity.idl
diff --git a/include/Makefile.in b/include/Makefile.in
index a1bf9fbd594..e379070caa9 100644
index 04537ea72ef..c9154df8a8b 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -786,6 +786,7 @@ SOURCES = \
windows.media.devices.idl \
windows.media.idl \
windows.media.speechrecognition.idl \
windows.media.speechsynthesis.idl \
+ windows.networking.connectivity.idl \
windows.storage.streams.idl \
@@ -396,5 +396,5 @@ index 00000000000..3ccefca02fa
+ }
+}
--
2.33.0
2.34.1

View File

@@ -1,4 +1,4 @@
From e98050400335c07a044c28774c802647ff075af5 Mon Sep 17 00:00:00 2001
From 16f658992146eb464e1b00f9dbb468a21e4fbefb Mon Sep 17 00:00:00 2001
From: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Date: Tue, 1 Jun 2021 10:26:28 +1000
Subject: [PATCH] include: Add windows.networking.idl
@@ -10,12 +10,12 @@ Subject: [PATCH] include: Add windows.networking.idl
create mode 100644 include/windows.networking.idl
diff --git a/include/Makefile.in b/include/Makefile.in
index e379070caa9..043f1436216 100644
index c9154df8a8b..a9c0a023978 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -786,6 +786,7 @@ SOURCES = \
windows.media.devices.idl \
windows.media.idl \
windows.media.speechrecognition.idl \
windows.media.speechsynthesis.idl \
+ windows.networking.idl \
windows.networking.connectivity.idl \
@@ -116,5 +116,5 @@ index 00000000000..160cd78e540
+}
\ No newline at end of file
--
2.33.0
2.34.1