TRUE/FALSE is defined in ecore_private.h

SVN revision: 16587
This commit is contained in:
sebastid 2005-09-05 17:24:50 +00:00 committed by sebastid
parent d80baaa814
commit 36b8a938d4
1 changed files with 0 additions and 5 deletions

View File

@ -17,11 +17,6 @@
#include <string.h>
#include <stdlib.h> /* malloc(), free() */
#ifndef TRUE
# define FALSE 0
# define TRUE (!FALSE)
#endif
static Ecore_Config_Server *__ecore_config_servers;
static unsigned long ipc_timer = 0L;