Added missing wctype.h include
This commit is contained in:
parent
197b401549
commit
0910a33c73
1 changed files with 5 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
|
||||
#define VER_VERSION "0.9.14"
|
||||
#define VER_DATE "2004-09-13"
|
||||
#define VER_DATE "2004-09-14"
|
||||
|
||||
|
||||
/* #define DEBUG */
|
||||
|
|
@ -73,6 +73,10 @@
|
|||
#include <locale.h>
|
||||
#include <iconv.h>
|
||||
|
||||
#ifndef OLD_UPPERCASE_CODE
|
||||
#include <wctype.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32_OLD
|
||||
/* The following are required by libintl.h, so must be defined first: */
|
||||
#define LC_MESSAGES 1729
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue