summaryrefslogtreecommitdiff
path: root/Bus/Ivy/Ivy.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Bus/Ivy/Ivy.cxx')
-rw-r--r--Bus/Ivy/Ivy.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Ivy.cxx b/Bus/Ivy/Ivy.cxx
index 8b26e77..b592c11 100644
--- a/Bus/Ivy/Ivy.cxx
+++ b/Bus/Ivy/Ivy.cxx
@@ -88,7 +88,7 @@ const char * Ivy::GetDomain(const char *domainlist)
}
if ( domain.empty() )
{
-#ifndef _WIN_CE
+#ifndef UNDER_CE
const char *env = getenv ( "IVYBUS" );
if ( env )
domain = env;