From c32d321b062ddfb0c217632525857725253d52a5 Mon Sep 17 00:00:00 2001 From: Themaister Date: Sun, 5 Feb 2012 00:50:47 +0100 Subject: [PATCH] stdbool.h is C99. Use a more proper define. --- console/main_wrap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/console/main_wrap.h b/console/main_wrap.h index f9a63353bc..eb411fa119 100644 --- a/console/main_wrap.h +++ b/console/main_wrap.h @@ -18,8 +18,7 @@ #ifndef MAIN_WRAP_H__ #define MAIN_WRAP_H__ -#ifdef _MSC_VER -#else +#ifndef __cplusplus #include #endif