Include C++ versions of C headers rather than the C versions

Originally committed to SVN as r6495.
This commit is contained in:
Thomas Goyne 2012-02-20 18:22:31 +00:00
parent 3fdb50925e
commit df73e15f0f
1 changed files with 3 additions and 3 deletions

View File

@ -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