From 1abbce6636e6da56fd164f68bb9728bfda47e193 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath <nathbap...@gmail.com>
Date: Thu, 13 May 2021 20:58:22 +0530
Subject: [PATCH] headers: Add wmsdk.h

qtmultimedia checks for this in config.tests.

Signed-off-by: Biswapriyo Nath <nathbap...@gmail.com>
---
 mingw-w64-headers/include/wmsdk.h | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 mingw-w64-headers/include/wmsdk.h

diff --git a/mingw-w64-headers/include/wmsdk.h 
b/mingw-w64-headers/include/wmsdk.h
new file mode 100644
index 0000000..c524745
--- /dev/null
+++ b/mingw-w64-headers/include/wmsdk.h
@@ -0,0 +1,13 @@
+/**
+ * This file has no copyright assigned and is placed in the Public Domain.
+ * This file is part of the mingw-w64 runtime package.
+ * No warranty is given; refer to the file DISCLAIMER.PD within this package.
+ */
+
+#include <winapifamily.h>
+
+#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
+
+#include <wmsdkidl.h>
+
+#endif /* WINAPI_PARTITION_DESKTOP */
-- 
2.31.1

_______________________________________________
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to