Signed-off-by: Tomáš Golembiovský <[email protected]> --- mingw-w64-headers/include/devpkey.h | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/mingw-w64-headers/include/devpkey.h b/mingw-w64-headers/include/devpkey.h index 7f026549..5d01305f 100644 --- a/mingw-w64-headers/include/devpkey.h +++ b/mingw-w64-headers/include/devpkey.h @@ -1 +1,6 @@ #include <portabledeviceconnectapi.h> + +DEFINE_DEVPROPKEY(DEVPKEY_NAME, 0xb725f130,0x47ef,0x101a,0xa5,0xf1,0x02,0x60,0x8c,0x9e,0xeb,0xac, 10); +DEFINE_DEVPROPKEY(DEVPKEY_Device_HardwareIds, 0xa45c254e,0xdf1c,0x4efd,0x80,0x20,0x67,0xd1,0x46,0xa8,0x50,0xe0, 3); +DEFINE_DEVPROPKEY(DEVPKEY_Device_DriverDate, 0xa8b865dd,0x2e3d,0x4094,0xad,0x97,0xe5,0x93,0xa7,0xc,0x75,0xd6, 2); +DEFINE_DEVPROPKEY(DEVPKEY_Device_DriverVersion, 0xa8b865dd,0x2e3d,0x4094,0xad,0x97,0xe5,0x93,0xa7,0xc,0x75,0xd6, 3); -- 2.23.0 _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
