Include C++ versions of C headers rather than the C versions
Originally committed to SVN as r6495.
This commit is contained in:
parent
3fdb50925e
commit
df73e15f0f
1 changed files with 3 additions and 3 deletions
|
@ -57,12 +57,12 @@
|
|||
#define AGI_PRE
|
||||
|
||||
// General headers
|
||||
#include <ctype.h>
|
||||
#include <clocale>
|
||||
#include <cstdlib>
|
||||
#include <cctype>
|
||||
#include <fcntl.h>
|
||||
#include <iconv.h>
|
||||
#include <inttypes.h>
|
||||
#include <locale.h>
|
||||
#include <stdlib.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
|
Loading…
Reference in a new issue