Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Strehovský <MichalStrehovsky@users.noreply.github.com>2017-05-17 03:44:37 +0300
committerGitHub <noreply@github.com>2017-05-17 03:44:37 +0300
commitd567d53f42f91e5265639c6f1a14e82e2b63cabf (patch)
treeed9a7d9b04b386540da49df8ba5a9e90fbe80385
parent2d5abf93487b3b25a872a5b599fb2260f11da7b9 (diff)
parentcd63ba309efacef6cc30116e84e1b120e029cf5e (diff)
Merge pull request #3630 from dotnet-bot/from-tfs
Merge changes from TFS
-rw-r--r--src/System.Private.Interop/src/Interop/Interop.WinRT.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.Interop/src/Interop/Interop.WinRT.cs b/src/System.Private.Interop/src/Interop/Interop.WinRT.cs
index 8efc3a500..3545b0a19 100644
--- a/src/System.Private.Interop/src/Interop/Interop.WinRT.cs
+++ b/src/System.Private.Interop/src/Interop/Interop.WinRT.cs
@@ -70,7 +70,6 @@ namespace System.Runtime.InteropServices
internal static extern int RoReportUnhandledError(IntPtr pRestrictedErrorInfo);
[DllImport(Libraries.CORE_WINRT_TYPERESOLUTION, PreserveSig = true)]
- [McgGeneratedNativeCallCodeAttribute]
internal static unsafe extern int RoParseTypeName(
HSTRING typename,
uint * typenamePartsLength,