astring: Fix build on NetBSD and other systems where toupper() is a macro [Thomas Klausner]

This commit is contained in:
R. Belmont 2011-04-23 21:54:20 +00:00
parent 429964cfbb
commit 45d9031cc8

View File

@ -43,8 +43,15 @@
#define __ASTRING_H__
#include <stdarg.h>
#include <ctype.h>
#include "osdcomm.h"
#ifdef toupper
#undef toupper
#endif
#ifdef tolower
#undef tolower
#endif
/***************************************************************************
TYPE DEFINITIONS