From 291553900d2acdfc69043e0d2235d5cb85bedb51 Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Thu, 4 Sep 2008 21:24:44 +0000 Subject: [PATCH] fix x64 build of hal svn path=/branches/ros-amd64-bringup/; revision=35953 --- reactos/hal/hal/hal_amd64.def | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reactos/hal/hal/hal_amd64.def b/reactos/hal/hal/hal_amd64.def index 644d6c21288..1d8fa785c0e 100644 --- a/reactos/hal/hal/hal_amd64.def +++ b/reactos/hal/hal/hal_amd64.def @@ -14,9 +14,9 @@ HalAssignSlotResources HalCalibratePerformanceCounter HalClearSoftwareInterrupt ;HalConvertDeviceIdtToIrql -HalDisableInterrupt +;HalDisableInterrupt HalDisplayString -HalEnableInterrupt +;HalEnableInterrupt ;HalEnumerateEnvironmentVariablesEx ;HalEnumerateProcessors HalFlushCommonBuffer @@ -52,7 +52,7 @@ HalRequestIpi HalRequestSoftwareInterrupt HalReturnToFirmware ;HalSendNMI -HalSendSoftwareInterrupt +;HalSendSoftwareInterrupt HalSetBusData HalSetBusDataByOffset HalSetDisplayParameters