summaryrefslogtreecommitdiff
path: root/src/inc
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2016-01-25 18:55:32 -0800
committerJan Kotas <jkotas@microsoft.com>2016-01-26 00:10:05 -0800
commit0462be1dde807ddad9238bf90824265d48d831c7 (patch)
tree7a4a02dffcddd3faa7287441048b06b5c842c64d /src/inc
parent82e5fba902043783a9446048317d821860423f8e (diff)
downloadcoreclr-0462be1dde807ddad9238bf90824265d48d831c7.tar.gz
coreclr-0462be1dde807ddad9238bf90824265d48d831c7.tar.bz2
coreclr-0462be1dde807ddad9238bf90824265d48d831c7.zip
Update GC from CoreRT
https://github.com/dotnet/corert/tree/master/src/Native/gc 0dcc350dae128b6fcca6b1ed74b580ed3240460a
Diffstat (limited to 'src/inc')
-rw-r--r--src/inc/winwrap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/inc/winwrap.h b/src/inc/winwrap.h
index c0c43eb74c..00940eb87e 100644
--- a/src/inc/winwrap.h
+++ b/src/inc/winwrap.h
@@ -721,7 +721,7 @@
#endif // FEATURE_CORESYSTEM
#ifndef _T
-#define _T(str) L ## str
+#define _T(str) W(str)
#endif