Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gcenv.inl « gc « coreclr « src - github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bce5935aa0b661766abd25c2cca9f6d7ce70b6be (plain)
1
2
3
4
5
6
7
8
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.

#ifdef _WIN32
#include "gcenv.windows.inl"
#else
#include "gcenv.unix.inl"
#endif // _WIN32