Move TimeZoneInfo.Win32.cs to shared CoreLib partition (#15953)
authorJan Kotas <jkotas@microsoft.com>
Mon, 22 Jan 2018 21:30:20 +0000 (13:30 -0800)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2018 21:30:20 +0000 (13:30 -0800)
commitdb81f5ec3cadb33eea9595ed102810825737acd4
tree3470d913a62096b8506b52ded19915b0d266326c
parent256d12a38d9846ffb3ab859a5de360d94f276ba1
Move TimeZoneInfo.Win32.cs to shared CoreLib partition (#15953)

Reconcile deltas with CoreRT and refactor interop to follow coding conventions
src/mscorlib/Resources/Strings.resx
src/mscorlib/System.Private.CoreLib.csproj
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.MUI.cs [new file with mode: 0644]
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.TimeZone.Registry.cs [new file with mode: 0644]
src/mscorlib/shared/Interop/Windows/Kernel32/Interop.TimeZone.cs [new file with mode: 0644]
src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/mscorlib/shared/System/TimeZoneInfo.Win32.cs [moved from src/mscorlib/src/System/TimeZoneInfo.Win32.cs with 86% similarity]
src/mscorlib/src/Microsoft/Win32/UnsafeNativeMethods.cs
src/mscorlib/src/Microsoft/Win32/Win32Native.cs