small BeOS fix in regards of Uppercase isseus
This commit is contained in:
parent
ae5866f3a9
commit
c47ed8808a
2 changed files with 9 additions and 0 deletions
|
|
@ -40,8 +40,12 @@
|
|||
#include <sys/types.h>
|
||||
#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
#include <wchar.h>
|
||||
#else
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
#endif
|
||||
|
||||
|
||||
/* Globals: */
|
||||
|
|
|
|||
|
|
@ -206,8 +206,13 @@ char *strcasestr(const char *haystack, const char *needle)
|
|||
#undef y1
|
||||
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef __BEOS__
|
||||
#include <wchar.h>
|
||||
#else
|
||||
#include <wchar.h>
|
||||
#include <wctype.h>
|
||||
#endif
|
||||
|
||||
#include <libintl.h>
|
||||
#ifndef gettext_noop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue