From a467407d5fd4947924ad4a970815d4a84b07587a Mon Sep 17 00:00:00 2001 From: Thomas Faber Date: Thu, 25 May 2017 19:39:38 +0000 Subject: [PATCH] [ACPICA] - Use the compiler's native 64 bit math support instead of emulating it with 32 bit operations. CORE-13316 svn path=/trunk/; revision=74658 --- reactos/drivers/bus/acpi/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/bus/acpi/CMakeLists.txt b/reactos/drivers/bus/acpi/CMakeLists.txt index 01d1eb08a68..2d813dfc288 100644 --- a/reactos/drivers/bus/acpi/CMakeLists.txt +++ b/reactos/drivers/bus/acpi/CMakeLists.txt @@ -174,7 +174,7 @@ add_library(acpica acpica/utilities/utglobal.c) add_pch(acpica acpica/include/acpi.h ACPICA_SOURCE) -set_target_properties(acpica PROPERTIES COMPILE_DEFINITIONS "ACPI_USE_LOCAL_CACHE;ACPI_USE_SYSTEM_INTTYPES") +set_target_properties(acpica PROPERTIES COMPILE_DEFINITIONS "ACPI_USE_LOCAL_CACHE;ACPI_USE_SYSTEM_INTTYPES;ACPI_USE_NATIVE_DIVIDE") add_dependencies(acpica bugcodes xdk) list(APPEND ACPI_SOURCE