mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
Include intrin.h only if compiler is GCC.
svn path=/trunk/; revision=24531
This commit is contained in:
parent
ad7f6254da
commit
842f4cfb17
1 changed files with 2 additions and 0 deletions
|
@ -31,7 +31,9 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
#ifdef __GNUC__
|
||||
#include "intrin.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
** Definitions specific to this Device Driver Kit
|
||||
|
|
Loading…
Reference in a new issue