summaryrefslogtreecommitdiff
path: root/src/gc/gcenv.inl
blob: f3d7d329220863a3772102a7d1510a0ac9cdfbfd (plain)
1
2
3
4
5
6
7
8
9
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

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