summaryrefslogtreecommitdiff
path: root/src/gc/gcenv.inl
diff options
context:
space:
mode:
Diffstat (limited to 'src/gc/gcenv.inl')
-rw-r--r--src/gc/gcenv.inl9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/gc/gcenv.inl b/src/gc/gcenv.inl
new file mode 100644
index 0000000000..f3d7d32922
--- /dev/null
+++ b/src/gc/gcenv.inl
@@ -0,0 +1,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