diff options
author | fcolin | 2007-02-01 12:56:06 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 12:56:06 +0000 |
commit | 9477367dc0a9a232bf57edaa5e1e2595bb70cba7 (patch) | |
tree | 3dac8a1a41ff07c252a5deabee55c6bd700dbbea /Ivy/Ivy.cxx | |
parent | 8538e20f9ef0bb69a6b7a82f8b46e662d59ce398 (diff) | |
download | ivy-cplusplus-9477367dc0a9a232bf57edaa5e1e2595bb70cba7.zip ivy-cplusplus-9477367dc0a9a232bf57edaa5e1e2595bb70cba7.tar.gz ivy-cplusplus-9477367dc0a9a232bf57edaa5e1e2595bb70cba7.tar.bz2 ivy-cplusplus-9477367dc0a9a232bf57edaa5e1e2595bb70cba7.tar.xz |
Utilisateur : Fcolin Date : 4/02/03 Heure : 8:59 Archivé dans $/Bus/Ivy Commentaire: (vss 15)
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;
|