Author: tfaber Date: Thu May 25 19:39:38 2017 New Revision: 74658
URL: http://svn.reactos.org/svn/reactos?rev=74658&view=rev Log: [ACPICA] - Use the compiler's native 64 bit math support instead of emulating it with 32 bit operations. CORE-13316
Modified: trunk/reactos/drivers/bus/acpi/CMakeLists.txt
Modified: trunk/reactos/drivers/bus/acpi/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/bus/acpi/CMakeLists... ============================================================================== --- trunk/reactos/drivers/bus/acpi/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/drivers/bus/acpi/CMakeLists.txt [iso-8859-1] Thu May 25 19:39:38 2017 @@ -174,7 +174,7 @@ 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