[Ecore_IMF.h] temp rollback for about "bool"
authorWooHyun Jung <wh0705.jung@samsung.com>
Tue, 23 Nov 2010 13:06:18 +0000 (22:06 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Tue, 23 Nov 2010 13:06:18 +0000 (22:06 +0900)
src/lib/ecore_imf/Ecore_IMF.h

index 1a3254c..fb03046 100644 (file)
 # 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