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