PInvoke to libcoreclr for three APIs
authorMatt Ellis <matell@microsoft.com>
Thu, 16 Apr 2015 21:33:00 +0000 (14:33 -0700)
committerMatt Ellis <matell@microsoft.com>
Thu, 16 Apr 2015 21:33:38 +0000 (14:33 -0700)
commit719d4c49e77299be17d3fe39f9403198113b76fb
tree6a71c40e31d9d00fe7b9bf60ea3415efccaadf3a
parent7a0dedf58cb622f88e1155469925ef3dbf50775b
PInvoke to libcoreclr for three APIs

After pulling the PAL out of the runtime, we redirected all the PInvokes
which were going to libcoreclr to libcoreclrpal. It turns out that
CoTaskMemAlloc, CoTaskMemFree and CoCreateGuid are still exported by the
runtime itself and not the PAL.

Update the three PInvokes for these functions from managed code to point
at the runtime itself.
src/mscorlib/src/Microsoft/Win32/Win32Native.cs