mirror of https://github.com/kiwix/libkiwix.git
removed duplicate type declaration on OSX (needed by c++11)
This commit is contained in:
parent
26b2e504f3
commit
f1dc03d5aa
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
typedef uint16_t char16_t;
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef _WIN32
|
#ifdef _WIN32
|
||||||
|
|
Loading…
Reference in New Issue