BeOS tweaks from Begasus.

This commit is contained in:
William Kendrick 2008-05-27 21:10:31 +00:00
parent 2a8af287ce
commit 4a4aa92cc0
3 changed files with 11 additions and 6 deletions

View file

@ -25,7 +25,7 @@
$Id$
June 14, 2002 - April 28, 2008
June 14, 2002 - May 27, 2008
*/
#include <stdio.h>
@ -56,8 +56,11 @@
#ifndef OLD_UPPERCASE_CODE
#include <wctype.h>
#elif __BEOS__
#else
#if defined (__BEOS__) && !defined (__HAIKU__)
#include <wchar.h>
#else
#endif
#endif