Rebase against 46367d1ecc8a016ab7c7af9ec107e33c6d46fc26.

This commit is contained in:
Alistair Leslie-Hughes
2021-11-04 10:15:32 +11:00
parent fe634350d2
commit 00ab8180c0
13 changed files with 76 additions and 193 deletions

View File

@@ -1,7 +1,7 @@
From c928a124f0e5a35fe02f27f0d08cfdbc9e6a35e8 Mon Sep 17 00:00:00 2001
From 47ca467e3697bb01ee996a1cf8d5ed94227cbbc2 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 1/8] include: Add windows.networking.connectivity.idl
Subject: [PATCH] include: Add windows.networking.connectivity.idl
---
include/Makefile.in | 1 +
@@ -10,17 +10,17 @@ Subject: [PATCH 1/8] 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 9822bce6bdd..8e40dfd903f 100644
index d3856fc76e6..db74ceb8376 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -760,6 +760,7 @@ SOURCES = \
@@ -784,6 +784,7 @@ SOURCES = \
windows.h \
windows.media.devices.idl \
windows.media.speechsynthesis.idl \
+ windows.networking.connectivity.idl \
windows.storage.streams.idl \
windows.system.idl \
windows.system.userprofile.idl \
windowscontracts.idl \
diff --git a/include/windows.networking.connectivity.idl b/include/windows.networking.connectivity.idl
new file mode 100644
index 00000000000..3ccefca02fa
@@ -396,5 +396,5 @@ index 00000000000..3ccefca02fa
+ }
+}
--
2.30.2
2.33.0

View File

@@ -1,7 +1,7 @@
From 9bedd90e89affd509fa9e5a3301eda4f4595b9d8 Mon Sep 17 00:00:00 2001
From be391f20312e3b9e6460e9e3513b2c9de8c28799 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 2/8] include: Add windows.networking.idl
Subject: [PATCH] include: Add windows.networking.idl
---
include/Makefile.in | 1 +
@@ -10,17 +10,17 @@ Subject: [PATCH 2/8] include: Add windows.networking.idl
create mode 100644 include/windows.networking.idl
diff --git a/include/Makefile.in b/include/Makefile.in
index 8e40dfd903f..c7b186fed44 100644
index db74ceb8376..a16cba52642 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -761,6 +761,7 @@ SOURCES = \
@@ -784,6 +784,7 @@ SOURCES = \
windows.h \
windows.media.devices.idl \
windows.media.speechsynthesis.idl \
windows.networking.connectivity.idl \
+ windows.networking.idl \
windows.networking.connectivity.idl \
windows.storage.streams.idl \
windows.system.idl \
windows.system.userprofile.idl \
windowscontracts.idl \
diff --git a/include/windows.networking.idl b/include/windows.networking.idl
new file mode 100644
index 00000000000..160cd78e540
@@ -116,5 +116,5 @@ index 00000000000..160cd78e540
+}
\ No newline at end of file
--
2.30.2
2.33.0