Support SystemEmulationProcessorInformation

This commit is contained in:
ssvine
2026-01-02 17:35:08 +03:00
parent df46576875
commit b9df0682ad
2 changed files with 9 additions and 6 deletions

View File

@@ -94,6 +94,7 @@
#define IMAGE_FILE_MACHINE_CEE 0xC0EE
#endif
#define PROCESSOR_ARCHITECTURE_INTEL 0
#define PROCESSOR_ARCHITECTURE_AMD64 9
enum class PEMachineType : std::uint16_t