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
     if (GetMachineTypeAttributesFunc(IMAGE_FILE_MACHINE_AMD64, MachineTypeAttributes) = S_OK) and
        MachineTypeAttributesOk(MachineTypeAttributes, False) then
        MachineTypeAttributesOk(MachineTypeAttributes, False) then
       Include(MachineTypesSupportedBySystem, paX64);
       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
     if (GetMachineTypeAttributesFunc(IMAGE_FILE_MACHINE_ARM64, MachineTypeAttributes) = S_OK) and
        MachineTypeAttributesOk(MachineTypeAttributes, False) then
        MachineTypeAttributesOk(MachineTypeAttributes, False) then
       Include(MachineTypesSupportedBySystem, paARM64);
       Include(MachineTypesSupportedBySystem, paARM64);