diff options
Diffstat (limited to 'Ivy/Ivy.cxx')
-rw-r--r-- | Ivy/Ivy.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Ivy.cxx b/Ivy/Ivy.cxx index 8b26e77..b592c11 100644 --- a/Ivy/Ivy.cxx +++ b/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;
|