1
0
Fork 0
mirror of https://github.com/VSadov/Satori.git synced 2025-06-10 18:11:04 +09:00

Fix PAL test build on non-Linux Unix platforms

This commit is contained in:
Adeel 2020-04-24 13:38:08 +03:00
parent faebda75e2
commit 0dd3769c0c

View file

@ -17,7 +17,10 @@
#ifndef __PALSUITE_H__
#define __PALSUITE_H__
#include <uchar.h>
#ifndef __cplusplus
typedef unsigned short char16_t;
#endif
#include <pal_assert.h>
#include <pal.h>
#include <palprivate.h>