summaryrefslogtreecommitdiffstats
path: root/vendor/windows-metadata/default
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:44 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 18:31:44 +0000
commitc23a457e72abe608715ac76f076f47dc42af07a5 (patch)
tree2772049aaf84b5c9d0ed12ec8d86812f7a7904b6 /vendor/windows-metadata/default
parentReleasing progress-linux version 1.73.0+dfsg1-1~progress7.99u1. (diff)
downloadrustc-c23a457e72abe608715ac76f076f47dc42af07a5.tar.xz
rustc-c23a457e72abe608715ac76f076f47dc42af07a5.zip
Merging upstream version 1.74.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/windows-metadata/default')
-rw-r--r--vendor/windows-metadata/default/Windows.Wdk.winmdbin999320 -> 0 bytes
-rw-r--r--vendor/windows-metadata/default/Windows.Win32.winmdbin16698288 -> 0 bytes
-rw-r--r--vendor/windows-metadata/default/Windows.winmdbin7244288 -> 0 bytes
-rw-r--r--vendor/windows-metadata/default/readme.md22
4 files changed, 0 insertions, 22 deletions
diff --git a/vendor/windows-metadata/default/Windows.Wdk.winmd b/vendor/windows-metadata/default/Windows.Wdk.winmd
deleted file mode 100644
index f8d692c17..000000000
--- a/vendor/windows-metadata/default/Windows.Wdk.winmd
+++ /dev/null
Binary files differ
diff --git a/vendor/windows-metadata/default/Windows.Win32.winmd b/vendor/windows-metadata/default/Windows.Win32.winmd
deleted file mode 100644
index f78f565e6..000000000
--- a/vendor/windows-metadata/default/Windows.Win32.winmd
+++ /dev/null
Binary files differ
diff --git a/vendor/windows-metadata/default/Windows.winmd b/vendor/windows-metadata/default/Windows.winmd
deleted file mode 100644
index 374a584ec..000000000
--- a/vendor/windows-metadata/default/Windows.winmd
+++ /dev/null
Binary files differ
diff --git a/vendor/windows-metadata/default/readme.md b/vendor/windows-metadata/default/readme.md
deleted file mode 100644
index 535bfad43..000000000
--- a/vendor/windows-metadata/default/readme.md
+++ /dev/null
@@ -1,22 +0,0 @@
-These `.winmd` files provide the default metadata for the Windows API. This is used to
-generate the `windows` and `windows-sys` crates and are loaded using the `windows-metadata` crate's
-`File::with_default` function when reading metadata directly. As with everything else in this repo,
-the `.winmd` files in this folder are licensed via MIT or Apache-2.0.
-
-## Windows.Win32.winmd
-- Source: https://www.nuget.org/packages/Microsoft.Windows.SDK.Win32Metadata/
-- Version: 49.0.21
-
-## Windows.Wdk.winmd
-- Source: https://www.nuget.org/packages/Microsoft.Windows.WDK.Win32Metadata/
-- Version: 0.4.2
-
-## Windows.winmd
-- Source: https://www.nuget.org/packages/Microsoft.Windows.SDK.Contracts
-- Version: 10.0.22621.755
-
-The Windows.winmd was created by merging the .winmd files from the second nuget package as follows
-
-```
-mdmerge -o out -i . -n 1
-```