Enable FileStream in ProjectN build, use CreateFile2 instead of CreateFile.
authorJeremy Kuhne <jeremy.kuhne@microsoft.com>
Thu, 16 Mar 2017 01:38:22 +0000 (18:38 -0700)
committerdotnet-bot <dotnet-bot@microsoft.com>
Thu, 16 Mar 2017 20:32:33 +0000 (20:32 +0000)
commitf8ac606fa99fc776b08ba926b79d81a83e9c42f1
treeee2adc319647ccda635e526f04295e163affc58c
parente20d318c184a6bfaaadaa55d317fd4a3b4b4854e
Enable FileStream in ProjectN build, use CreateFile2 instead of CreateFile.

[tfs-changeset: 1651001]

Commit migrated from https://github.com/dotnet/coreclr/commit/c7f78e86e7e168a590bda635f3a5c195195befb2
src/coreclr/src/mscorlib/shared/Interop/Windows/Kernel32/Interop.CreateFile2.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System.Private.CoreLib.Shared.projitems
src/coreclr/src/mscorlib/shared/System/IO/FileStream.Win32.cs
src/coreclr/src/mscorlib/shared/System/IO/FileStream.WinRT.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/IO/FileStream.Windows.cs [new file with mode: 0644]
src/coreclr/src/mscorlib/shared/System/IO/Path.cs