mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-27 21:39:37 +00:00
+ try to fix compilation issue on OSX
This commit is contained in:
@ -20,6 +20,10 @@
|
||||
#ifndef KIWIX_COMPONENTTOOLS_H
|
||||
#define KIWIX_COMPONENTTOOLS_H
|
||||
|
||||
#ifdef __APPLE__
|
||||
typedef uint16_t char16_t;
|
||||
#endif
|
||||
|
||||
#include "nsStringAPI.h"
|
||||
|
||||
const char *nsStringToCString(const nsAString &str);
|
||||
|
Reference in New Issue
Block a user