Standardize on PLATFORM_WINDOWS instead of PLATFORM_UNIX (dotnet/coreclr#18411)
authorStephen Toub <stoub@microsoft.com>
Mon, 11 Jun 2018 19:41:49 +0000 (15:41 -0400)
committerJan Kotas <jkotas@microsoft.com>
Mon, 11 Jun 2018 19:41:49 +0000 (12:41 -0700)
commite6a7b0ffee08d8eded097561be312f45ed0d9487
tree374e12b71023131e47653ed0be0dd37bc89a5753
parent2843fa1e3c52840f863b1cbd14d9f9379b4dc9e7
Standardize on PLATFORM_WINDOWS instead of PLATFORM_UNIX (dotnet/coreclr#18411)

There are a bunch of uses of PLATFORM_WINDOWS in System.Private.CoreLib, and just a few uses of PLATFORM_UNIX.  Standardize on the former, removing all occurrences of the latter.

Commit migrated from https://github.com/dotnet/coreclr/commit/a07861b639667ce65d196ae1287df6fdb2a82d8b
src/coreclr/src/System.Private.CoreLib/src/System/Text/StringBuilder.CoreCLR.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/EventWaitHandle.cs
src/coreclr/src/System.Private.CoreLib/src/System/Threading/Semaphore.cs
src/libraries/System.Private.CoreLib/src/System/Threading/Mutex.Windows.cs