Skip to content

Commit

Permalink
Merge pull request #35218 from am11/feature/pal-tests
Browse files Browse the repository at this point in the history
Fix PAL test build on non-Linux Unix platforms
  • Loading branch information
janvorli authored Apr 28, 2020
2 parents 167e81b + 0dd3769 commit 923b21b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/coreclr/src/pal/tests/palsuite/common/palsuite.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 923b21b

Please sign in to comment.