From 842f4cfb171a1eeb4e81d36f6f1b0a4a19f84bde Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Poussineau?= Date: Sun, 15 Oct 2006 20:09:04 +0000 Subject: [PATCH] Include intrin.h only if compiler is GCC. svn path=/trunk/; revision=24531 --- reactos/include/ddk/winddk.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/ddk/winddk.h b/reactos/include/ddk/winddk.h index 4c810d9138c..71c9603c88b 100644 --- a/reactos/include/ddk/winddk.h +++ b/reactos/include/ddk/winddk.h @@ -31,7 +31,9 @@ extern "C" { #endif +#ifdef __GNUC__ #include "intrin.h" +#endif /* ** Definitions specific to this Device Driver Kit