Corrected backwards #ifdef logic!
This commit is contained in:
parent
8014500811
commit
08d08eb1e0
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
# The version number, for release:
|
# 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"`
|
VER_DATE=`date +"%Y-%m-%d"`
|
||||||
|
|
||||||
MAGIC_API_VERSION=0x00000001
|
MAGIC_API_VERSION=0x00000001
|
||||||
|
|
|
||||||
|
|
@ -54,7 +54,7 @@
|
||||||
#define OLD_UPPERCASE_CODE
|
#define OLD_UPPERCASE_CODE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef OLD_UPPERCASE_CODE
|
#ifndef OLD_UPPERCASE_CODE
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
#elif __BEOS__
|
#elif __BEOS__
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
|
||||||
|
|
@ -221,7 +221,7 @@ char *strcasestr(const char *haystack, const char *needle)
|
||||||
|
|
||||||
#include <locale.h>
|
#include <locale.h>
|
||||||
|
|
||||||
#ifdef OLD_UPPERCASE_CODE
|
#ifndef OLD_UPPERCASE_CODE
|
||||||
#include <wctype.h>
|
#include <wctype.h>
|
||||||
#elif __BEOS__
|
#elif __BEOS__
|
||||||
#include <wchar.h>
|
#include <wchar.h>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue