-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
patch is attached
- --
O< ascii ribbon - stop html email! - www.asciiribbon.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAEBCAAGBQJXGl3uAAoJEOs4Jb6SI2CwmKQH/jnjwqCQ/XOD5Il9cNNl825o
QT3DoEXp/gNCYMa1Q6RsQiWrUeDdI9apvCyGm8DBIFgLgdfFObcq27Yxlfiludcu
sAxPy8HB2HP6/Y23iHJu+B+qB+vm4E8rW6Urhi57jsMv+qBE+kL5m06sGSFJNbYH
CqH1bDPxmkMwriju2Oo1DK/gh3/kraZrVFKT+D7lyvBhC/BT89D1xLvCMwCBz8Sf
VEQGA6Fy18CRalr733ogMKa+oeR4LzS6XXTPnwiX0Q9C36POxkNo4/akp9/mcc5G
uayHLp7PBhBpFQ1K1qYpQINqLSL7bJpz/790MHCrgwAKkR03cta2QVZz6MLmZQ4=
=lR/L
-----END PGP SIGNATURE-----
From 38df15ebe285dbb965ca39464ab529c460dcdd28 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=D0=A0=D1=83=D1=81=D0=BB=D0=B0=D0=BD=20=D0=98=D0=B6=D0=B1?=
=?UTF-8?q?=D1=83=D0=BB=D0=B0=D1=82=D0=BE=D0=B2?= <[email protected]>
Date: Fri, 22 Apr 2016 05:44:22 +0000
Subject: [PATCH] Add two missing prototypes to setupapi.h
---
mingw-w64-headers/include/setupapi.h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/mingw-w64-headers/include/setupapi.h
b/mingw-w64-headers/include/setupapi.h
index fbd52ed..a0244a3 100644
--- a/mingw-w64-headers/include/setupapi.h
+++ b/mingw-w64-headers/include/setupapi.h
@@ -1875,6 +1875,11 @@ extern "C" {
WINSETUPAPI WINBOOL WINAPI SetupConfigureWmiFromInfSectionA(HINF
InfHandle,PCSTR SectionName,DWORD Flags);
WINSETUPAPI WINBOOL WINAPI SetupConfigureWmiFromInfSectionW(HINF
InfHandle,PCWSTR SectionName,DWORD Flags);
+#if _WIN32_WINNT >= 0x0600
+ WINSETUPAPI WINBOOL WINAPI SetupDiGetDevicePropertyW(HDEVINFO DeviceInfoSet,
PSP_DEVINFO_DATA DeviceInfoData, const DEVPROPKEY *PropertyKey, DEVPROPTYPE
*PropertyType, PBYTE PropertyBuffer, DWORD PropertyBufferSize, PDWORD
RequiredSize, DWORD Flags);
+ WINSETUPAPI WINBOOL WINAPI SetupDiGetDevicePropertyKeys(HDEVINFO
DeviceInfoSet, PSP_DEVINFO_DATA DeviceInfoData, DEVPROPKEY *PropertyKeyArray,
DWORD PropertyKeyCount, PDWORD RequiredPropertyKeyCount, DWORD Flags);
+#endif
+
#ifdef __cplusplus
}
#endif
--
2.4.0
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public