summaryrefslogtreecommitdiff
path: root/core/src/xmake/utf8/prefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/xmake/utf8/prefix.h')
-rw-r--r--core/src/xmake/utf8/prefix.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/core/src/xmake/utf8/prefix.h b/core/src/xmake/utf8/prefix.h
new file mode 100644
index 000000000..7a0881248
--- /dev/null
+++ b/core/src/xmake/utf8/prefix.h
@@ -0,0 +1,9 @@
+#ifndef XM_UTF8_PREFIX_H
+#define XM_UTF8_PREFIX_H
+
+/* //////////////////////////////////////////////////////////////////////////////////////
+ * includes
+ */
+#include "../prefix.h"
+
+#endif