summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Bottenberg <jobotten@microsoft.com>2016-03-30 14:22:46 -0700
committerJohn Bottenberg <jobotten@microsoft.com>2016-03-30 14:22:46 -0700
commit446278c24b242e85c9c946c58d1de1790420d20b (patch)
tree14437926f7f91cada726688a8b19cf8fa2c9b59c /tests
parent4925630558495c7e1b139d1619d9f2dfeb3a4e92 (diff)
downloadcoreclr-446278c24b242e85c9c946c58d1de1790420d20b.tar.gz
coreclr-446278c24b242e85c9c946c58d1de1790420d20b.tar.bz2
coreclr-446278c24b242e85c9c946c58d1de1790420d20b.zip
Include wchar.h in xplatform.h even outside Windows
Diffstat (limited to 'tests')
-rw-r--r--tests/src/Interop/common/xplatform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/Interop/common/xplatform.h b/tests/src/Interop/common/xplatform.h
index e488d0c613..193c2f615a 100644
--- a/tests/src/Interop/common/xplatform.h
+++ b/tests/src/Interop/common/xplatform.h
@@ -24,11 +24,11 @@
// include
#ifdef _WIN32
#include <windows.h>
- #include <wchar.h>
#include <tchar.h>
#else
#include "types.h"
#endif
+#include <wchar.h>
// dllexport