Re: [Mingw-w64-public] [PATCH] headers: Add wmsdk.h

2021-05-14 Thread JonY via Mingw-w64-public

On 5/14/21 12:14 PM, JonY wrote:

On 5/13/21 3:31 PM, Biswapriyo Nath wrote:





Patch OK, will commit soon if nobody has objections.



Pushed to master branch.


OpenPGP_signature
Description: OpenPGP digital signature
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] [PATCH] headers: Add wmsdk.h

2021-05-14 Thread JonY via Mingw-w64-public

On 5/13/21 3:31 PM, Biswapriyo Nath wrote:





Patch OK, will commit soon if nobody has objections.



OpenPGP_signature
Description: OpenPGP digital signature
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] [PATCH] headers: Add wmsdk.h

2021-05-13 Thread Biswapriyo Nath

From 1abbce6636e6da56fd164f68bb9728bfda47e193 Mon Sep 17 00:00:00 2001
From: Biswapriyo Nath 
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 
---
 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 000..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 
+
+#if WINAPI_FAMILY_PARTITION(WINAPI_PARTITION_DESKTOP)
+
+#include 
+
+#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