Skip to content

Commit fbdd5af

Browse files
jkotasdotnet-bot
authored andcommitted
Fix casing of interop directories (dotnet/corert#6982)
Match convention introduced by dotnet/corefx#35085 Signed-off-by: dotnet-bot <[email protected]>
1 parent 544c43d commit fbdd5af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netcore/System.Private.CoreLib/shared/Interop/Windows/Kernel32/Interop.GetCurrentProcess_IntPtr.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ internal partial class Interop
99
{
1010
internal partial class Kernel32
1111
{
12-
[DllImport(Libraries.Kernel32, SetLastError = true)]
12+
[DllImport(Libraries.Kernel32)]
1313
internal static extern IntPtr GetCurrentProcess();
1414
}
1515
}

0 commit comments

Comments
 (0)