Rebase against c0ea1ad37d3343c403d80ee18bf0d90c2699148b.

This commit is contained in:
Alistair Leslie-Hughes
2021-12-01 10:27:42 +11:00
parent 3b7c98ebf1
commit 4c51f4f5f6
7 changed files with 39 additions and 72 deletions

View File

@@ -1,4 +1,4 @@
From 47ca467e3697bb01ee996a1cf8d5ed94227cbbc2 Mon Sep 17 00:00:00 2001
From a5d61672e671ca208fb51fd227566179128bc888 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 d3856fc76e6..db74ceb8376 100644
index a1bf9fbd594..e379070caa9 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -784,6 +784,7 @@ SOURCES = \
windows.h \
@@ -786,6 +786,7 @@ SOURCES = \
windows.media.devices.idl \
windows.media.idl \
windows.media.speechsynthesis.idl \
+ windows.networking.connectivity.idl \
windows.storage.streams.idl \

View File

@@ -1,4 +1,4 @@
From be391f20312e3b9e6460e9e3513b2c9de8c28799 Mon Sep 17 00:00:00 2001
From e98050400335c07a044c28774c802647ff075af5 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 db74ceb8376..a16cba52642 100644
index e379070caa9..043f1436216 100644
--- a/include/Makefile.in
+++ b/include/Makefile.in
@@ -784,6 +784,7 @@ SOURCES = \
windows.h \
@@ -786,6 +786,7 @@ SOURCES = \
windows.media.devices.idl \
windows.media.idl \
windows.media.speechsynthesis.idl \
+ windows.networking.idl \
windows.networking.connectivity.idl \