Final BeOS updates used to created 0.9.19-cvs-2007.12.11 for BeOS x86.

This commit is contained in:
William Kendrick 2007-12-11 15:51:06 +00:00
parent 344492dad4
commit 8014500811
4 changed files with 10 additions and 175 deletions

View file

@ -25,7 +25,7 @@
$Id$
June 14, 2002 - December 6, 2007
June 14, 2002 - December 11, 2007
*/
#include <stdio.h>
@ -54,8 +54,10 @@
#define OLD_UPPERCASE_CODE
#endif
#if !defined(OLD_UPPERCASE_CODE) || defined(__BEOS__)
#ifdef OLD_UPPERCASE_CODE
#include <wctype.h>
#elif __BEOS__
#include <wchar.h>
#endif