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:
parent
faebda75e2
commit
0dd3769c0c
1 changed files with 4 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue