From ee15ac9d8b011631e1d1a2a5483242e530354c37 Mon Sep 17 00:00:00 2001 From: WooHyun Jung Date: Tue, 23 Nov 2010 22:06:18 +0900 Subject: [PATCH] [Ecore_IMF.h] temp rollback for about "bool" --- src/lib/ecore_imf/Ecore_IMF.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/lib/ecore_imf/Ecore_IMF.h b/src/lib/ecore_imf/Ecore_IMF.h index 1a3254c..fb03046 100644 --- a/src/lib/ecore_imf/Ecore_IMF.h +++ b/src/lib/ecore_imf/Ecore_IMF.h @@ -30,6 +30,19 @@ # endif #endif /* ! _WIN32 */ +/* Faked 'bool'. */ +#ifndef __cplusplus +# ifndef bool +# define bool int +# ifndef FALSE +# define FALSE 0 +# endif +# ifndef TRUE +# define TRUE 1 +# endif +# endif +#endif + /** * @file Ecore_IMF.h * @brief The file that provides the ISF IMCONTROL Structures and APIs -- 2.7.4