Little fixes

This commit is contained in:
vraatikka
2013-06-27 23:33:20 +03:00
parent 33632968a8
commit 1b764eba74
3 changed files with 15 additions and 1 deletions

View File

@ -41,6 +41,8 @@
# define FALSE false
#elif !defined(TRUE) && !defined(FALSE)
typedef enum {FALSE=0, TRUE} bool;
#else
#define bool int
#endif
#endif /* SKYGW_TYPES_H */