Corrected backwards #ifdef logic!
This commit is contained in:
parent
8014500811
commit
08d08eb1e0
3 changed files with 3 additions and 3 deletions
|
|
@ -54,7 +54,7 @@
|
|||
#define OLD_UPPERCASE_CODE
|
||||
#endif
|
||||
|
||||
#ifdef OLD_UPPERCASE_CODE
|
||||
#ifndef OLD_UPPERCASE_CODE
|
||||
#include <wctype.h>
|
||||
#elif __BEOS__
|
||||
#include <wchar.h>
|
||||
|
|
|
|||
|
|
@ -221,7 +221,7 @@ char *strcasestr(const char *haystack, const char *needle)
|
|||
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef OLD_UPPERCASE_CODE
|
||||
#ifndef OLD_UPPERCASE_CODE
|
||||
#include <wctype.h>
|
||||
#elif __BEOS__
|
||||
#include <wchar.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue