mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-09-23 04:06:25 -04:00
removed duplicate type declaration on OSX (needed by c++11)
This commit is contained in:
parent
26b2e504f3
commit
f1dc03d5aa
@ -24,10 +24,9 @@
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <stdint.h>
|
||||
typedef uint16_t char16_t;
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#ifdef _WIN32
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user