mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[ACPI] Fix compilation with GCC x64
This commit is contained in:
parent
e3cbdcf2e9
commit
31fd1ba0c6
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue