Include intrin.h only if compiler is GCC.

svn path=/trunk/; revision=24531
This commit is contained in:
Hervé Poussineau 2006-10-15 20:09:04 +00:00
parent ad7f6254da
commit 842f4cfb17

View file

@ -31,7 +31,9 @@
extern "C" { extern "C" {
#endif #endif
#ifdef __GNUC__
#include "intrin.h" #include "intrin.h"
#endif
/* /*
** Definitions specific to this Device Driver Kit ** Definitions specific to this Device Driver Kit