Use char16_t for *_W macros in corhdr.h on Linux/MacOs (#23559)
authorIlia <ki.stfu@gmail.com>
Fri, 29 Mar 2019 20:00:08 +0000 (23:00 +0300)
committerJan Kotas <jkotas@microsoft.com>
Fri, 29 Mar 2019 20:00:08 +0000 (13:00 -0700)
commit4e5a542537ea73c94d3443d9c82b05c744f76758
treeb53b78fa857c728659e379c31a98753fff99b367
parentfee4d5f873efc37100bcbcf381401eb27434bb52
Use char16_t for *_W macros in corhdr.h on Linux/MacOs (#23559)

It fixes COR_CTOR_METHOD_NAME_W and many other macros on Linux
to be of type char16_t[] (not wchar_t[]) by using W("") instead of L"".

Bug: #21977
src/inc/corhdr.h