mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[ACPICA] Take the gcc code path for host configuration when compiling with clang. CORE-11799 (#94)
This commit is contained in:
parent
d56c9a8927
commit
433d20f16e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue