Avoid redefining TRUE and FALSE on Haiku
This commit is contained in:
parent
290cee02b1
commit
fa665e06f0
1 changed files with 2 additions and 0 deletions
|
|
@ -239,8 +239,10 @@ char *strcasestr(const char *haystack, const char *needle)
|
|||
#if defined __BEOS__ || defined __HAIKU__ || defined __APPLE__
|
||||
#include <wchar.h>
|
||||
#include <stdbool.h>
|
||||
#ifndef __HAIKU__
|
||||
#define FALSE false
|
||||
#define TRUE true
|
||||
#endif
|
||||
#else
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue