summaryrefslogtreecommitdiff
path: root/jni/compat/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'jni/compat/compat.h')
-rw-r--r--jni/compat/compat.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/jni/compat/compat.h b/jni/compat/compat.h
new file mode 100644
index 0000000..b8efd76
--- /dev/null
+++ b/jni/compat/compat.h
@@ -0,0 +1,4 @@
+#pragma once
+#include <wchar.h>
+int wctomb(char *s, wchar_t wc);
+int mbtowc(wchar_t *pwc, const char *s, size_t n);