summaryrefslogtreecommitdiff
path: root/src/vm/appxutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vm/appxutil.h')
-rw-r--r--src/vm/appxutil.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vm/appxutil.h b/src/vm/appxutil.h
index 92dac4e948..1e18fcce04 100644
--- a/src/vm/appxutil.h
+++ b/src/vm/appxutil.h
@@ -13,7 +13,7 @@
namespace AppX
{
-#if defined(FEATURE_APPX) && !defined(CROSSGEN_COMPILE) && !defined(CLR_STANDALONE_BINDER)
+#if defined(FEATURE_APPX) && !defined(CROSSGEN_COMPILE)
//-----------------------------------------------------------------------------------
// Returns true if running in an AppX process with Designer Mode enabled.
bool IsAppXDesignMode();