浏览代码

IA64 tweak.

Martijn Laan 1 年之前
父节点
当前提交
8a193c6528
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      Projects/Src/Main.pas

+ 1 - 3
Projects/Src/Main.pas

@@ -4434,9 +4434,7 @@ begin
     if (GetMachineTypeAttributesFunc(IMAGE_FILE_MACHINE_AMD64, MachineTypeAttributes) = S_OK) and
        MachineTypeAttributesOk(MachineTypeAttributes, False) then
       Include(MachineTypesSupportedBySystem, paX64);
-    if (GetMachineTypeAttributesFunc(IMAGE_FILE_MACHINE_IA64, MachineTypeAttributes) = S_OK) and
-       MachineTypeAttributesOk(MachineTypeAttributes, False) then
-      Include(MachineTypesSupportedBySystem, paIA64);
+    { IA64 died with Windows Server 2008 R2 so not checking }
     if (GetMachineTypeAttributesFunc(IMAGE_FILE_MACHINE_ARM64, MachineTypeAttributes) = S_OK) and
        MachineTypeAttributesOk(MachineTypeAttributes, False) then
       Include(MachineTypesSupportedBySystem, paARM64);