SP_ALTPLATFORM_INFO_V2 can use one more enum. Fixed #1816.
This commit is contained in:
Родитель
ed614c58af
Коммит
973ca41824
|
@ -12141,6 +12141,10 @@
|
|||
{
|
||||
"struct": "MINIDUMP_SYSTEM_INFO",
|
||||
"field": "ProcessorArchitecture"
|
||||
},
|
||||
{
|
||||
"struct": "SP_ALTPLATFORM_INFO_V2",
|
||||
"field": "ProcessorArchitecture"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -22,3 +22,6 @@ Windows.Win32.Devices.Properties.Apis.DEVPROP_TYPEMOD_ARRAY removed
|
|||
Windows.Win32.Devices.Properties.Apis.DEVPROP_TYPEMOD_LIST removed
|
||||
Windows.Win32.Devices.Properties.DEVPROPTYPE.DEVPROP_TYPEMOD_ARRAY added
|
||||
Windows.Win32.Devices.Properties.DEVPROPTYPE.DEVPROP_TYPEMOD_LIST added
|
||||
# Fixed #1816.
|
||||
Windows.Win32.Devices.DeviceAndDriverInstallation.SP_ALTPLATFORM_INFO_V2.ProcessorArchitecture(X64, Arm64)...System.UInt16 => Windows.Win32.System.SystemInformation.PROCESSOR_ARCHITECTURE
|
||||
Windows.Win32.Devices.DeviceAndDriverInstallation.SP_ALTPLATFORM_INFO_V2.ProcessorArchitecture(X86)...System.UInt16 => Windows.Win32.System.SystemInformation.PROCESSOR_ARCHITECTURE
|
||||
|
|
Загрузка…
Ссылка в новой задаче