Include intrin.h only if compiler is GCC.
authorHervé Poussineau <hpoussin@reactos.org>
Sun, 15 Oct 2006 20:09:04 +0000 (20:09 +0000)
committerHervé Poussineau <hpoussin@reactos.org>
Sun, 15 Oct 2006 20:09:04 +0000 (20:09 +0000)
svn path=/trunk/; revision=24531

reactos/include/ddk/winddk.h

index 4c810d9..71c9603 100644 (file)
@@ -31,7 +31,9 @@
 extern "C" {
 #endif
 
+#ifdef __GNUC__
 #include "intrin.h"
+#endif
 
 /*
 ** Definitions specific to this Device Driver Kit