summaryrefslogtreecommitdiff
path: root/src/ToolBox
diff options
context:
space:
mode:
authorJan Kotas <jkotas@microsoft.com>2015-10-31 07:45:50 -0700
committerJan Kotas <jkotas@microsoft.com>2015-10-31 07:45:50 -0700
commitc7255bc97982026eb65c07a47e79cb631345ad55 (patch)
tree57f8b3f27242c2a28ed130024fb5e9cc1a76ff96 /src/ToolBox
parentbe9e4352b8cc367acd87bc64555b80e8ca1524d3 (diff)
downloadcoreclr-c7255bc97982026eb65c07a47e79cb631345ad55.tar.gz
coreclr-c7255bc97982026eb65c07a47e79cb631345ad55.tar.bz2
coreclr-c7255bc97982026eb65c07a47e79cb631345ad55.zip
Fix build break on Unix
[tfs-changeset: 1543814]
Diffstat (limited to 'src/ToolBox')
-rw-r--r--src/ToolBox/SOS/Strike/strike.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ToolBox/SOS/Strike/strike.cpp b/src/ToolBox/SOS/Strike/strike.cpp
index 361911be94..13449eb95d 100644
--- a/src/ToolBox/SOS/Strike/strike.cpp
+++ b/src/ToolBox/SOS/Strike/strike.cpp
@@ -8530,6 +8530,7 @@ exit:
}
#endif //TRACE_GC
+#ifndef FEATURE_PAL
DECLARE_API (DumpGCConfigLog)
{
INIT_API();
@@ -8647,6 +8648,7 @@ exit:
return S_OK;
#endif //GC_CONFIG_DRIVEN
}
+#endif // FEATURE_PAL
#ifdef GC_CONFIG_DRIVEN
static const char * const str_interesting_data_points[] =