Corrected backwards #ifdef logic!

This commit is contained in:
William Kendrick 2007-12-11 16:05:43 +00:00
parent 8014500811
commit 08d08eb1e0
3 changed files with 3 additions and 3 deletions

View file

@ -12,7 +12,7 @@
# The version number, for release:
VER_VERSION=0.9.19
VER_VERSION=0.9.19-cvs-2007.12.11
VER_DATE=`date +"%Y-%m-%d"`
MAGIC_API_VERSION=0x00000001

View file

@ -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>

View file

@ -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>