mirror of
https://github.com/reactos/reactos.git
synced 2024-11-25 04:23:31 +08:00
[ACPI] Fix compilation with GCC x64
This commit is contained in:
parent
e3cbdcf2e9
commit
31fd1ba0c6
@ -186,7 +186,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#if (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER)
|
||||
#if (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER) && !defined(WIN64)
|
||||
#include "acgcc.h"
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
|
Loading…
Reference in New Issue
Block a user