mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-26 19:33:31 +00:00
[ACPI] Fix compilation with GCC x64
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user