mirror of
https://github.com/reactos/reactos.git
synced 2026-06-02 01:11:03 +08:00
[ACPICA] Take the gcc code path for host configuration when compiling with clang. CORE-11799 (#94)
This commit is contained in:
@@ -171,7 +171,7 @@
|
||||
*
|
||||
*****************************************************************************/
|
||||
|
||||
#if defined(__GNUC__) && !defined(__INTEL_COMPILER)
|
||||
#if (defined(__GNUC__) || defined(__clang__)) && !defined(__INTEL_COMPILER)
|
||||
#include "acgcc.h"
|
||||
|
||||
#elif defined(_MSC_VER)
|
||||
|
||||
Reference in New Issue
Block a user