From dfb2191a95c5264099099682771c62d099df174f Mon Sep 17 00:00:00 2001 From: Timo Kreuzer Date: Tue, 3 Jan 2012 20:15:25 +0000 Subject: [PATCH] Fix build svn path=/trunk/; revision=54826 --- reactos/include/crt/crtdefs.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/reactos/include/crt/crtdefs.h b/reactos/include/crt/crtdefs.h index 03bbb9be4e4..b1f23ed87a1 100644 --- a/reactos/include/crt/crtdefs.h +++ b/reactos/include/crt/crtdefs.h @@ -4,7 +4,9 @@ * No warranty is given; refer to the file DISCLAIMER within this package. */ #include <_mingw.h> +#ifndef __cplusplus #include +#endif #ifndef _INC_CRTDEFS #define _INC_CRTDEFS