removed duplicate type declaration on OSX (needed by c++11)

This commit is contained in:
rgaudin 2014-05-06 08:08:23 +00:00
parent 26b2e504f3
commit f1dc03d5aa
1 changed files with 1 additions and 2 deletions

View File

@ -24,7 +24,6 @@
#ifdef __APPLE__
#include <stdint.h>
typedef uint16_t char16_t;
#endif
#ifdef _WIN32