[netcore] Make System.Private.CoreLib and host APIs compilable on Windows (#13943)
commit7ac572217da6f4a2b0eb33ee645b07494b26a33c
authorFilip Navara <filip.navara@gmail.com>
Sun, 14 Apr 2019 16:58:40 +0000 (14 18:58 +0200)
committerMarek Safar <marek.safar@gmail.com>
Sun, 14 Apr 2019 16:58:40 +0000 (14 18:58 +0200)
tree7bac6af7a8c32047b63a3012f8141527fd2d3de0
parent568c822ae9c23acecff478a2deaeb81e942ffbc1
[netcore] Make System.Private.CoreLib and host APIs compilable on Windows (#13943)

* Fix Windows builds of CLR hosting API

* Make System.Private.CoreLib compilable on Windows

* Remove accidental change

* Fix Unix build

* Update GlobalizationMode.cs

* Update GlobalizationMode.Unix.cs
mcs/class/System.Private.CoreLib/System.Globalization/GlobalizationMode.Unix.cs [copied from mcs/class/System.Private.CoreLib/System.Globalization/GlobalizationMode.cs with 65% similarity]
mcs/class/System.Private.CoreLib/System.Globalization/GlobalizationMode.Windows.cs [new file with mode: 0644]
mcs/class/System.Private.CoreLib/System.Globalization/GlobalizationMode.cs
mcs/class/System.Private.CoreLib/System.Private.CoreLib.csproj
mcs/class/System.Private.CoreLib/System.Threading/EventWaitHandle.Unix.cs [moved from mcs/class/System.Private.CoreLib/System.Threading/EventWaitHandle.cs with 100% similarity]
mcs/class/System.Private.CoreLib/System.Threading/Mutex.Unix.cs [moved from mcs/class/System.Private.CoreLib/System.Threading/Mutex.cs with 100% similarity]
mcs/class/System.Private.CoreLib/System.Threading/Semaphore.Unix.cs [moved from mcs/class/System.Private.CoreLib/System.Threading/Semaphore.cs with 100% similarity]
mcs/class/System.Private.CoreLib/System/Environment.Unix.cs [new file with mode: 0644]
mcs/class/System.Private.CoreLib/System/Environment.cs
mono/mini/main-core.c