Work around MCG bug around `ref char` marshalling (dotnet/corert#5481)
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>
Fri, 2 Mar 2018 09:28:43 +0000 (10:28 +0100)
committerStephen Toub <stoub@microsoft.com>
Fri, 2 Mar 2018 13:04:22 +0000 (08:04 -0500)
commit369ef400aad1a4a2adbe815d450608a02b6b9acb
treedf17865a75b0c6d3a3f6402dd3a0f9f6c031a424
parentfb454a74c59acbefc0085f5b092ebefc65895afe
Work around MCG bug around `ref char` marshalling (dotnet/corert#5481)

The change in the P/invoke signature that came from CoreCLR triggers a bug in MCG on the TFS side.

Signed-off-by: dotnet-bot <dotnet-bot@microsoft.com>
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.GetFullPathNameW.cs
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.GetLongPathNameW.cs