From: stv Date: Thu, 24 Aug 2006 04:44:12 +0000 (+0000) Subject: Preprocessor directive WNT was replaced by WIN32. Directive WIN32 was used in the... X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~32 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=606d4dd3f792ae7691ff032360acfd855dc67a4c;p=modules%2Fgui.git Preprocessor directive WNT was replaced by WIN32. Directive WIN32 was used in the entire Qtx project. --- diff --git a/src/Qtx/QtxResourceMgr.cxx b/src/Qtx/QtxResourceMgr.cxx index 736e74137..02b3a1c65 100644 --- a/src/Qtx/QtxResourceMgr.cxx +++ b/src/Qtx/QtxResourceMgr.cxx @@ -858,7 +858,7 @@ QtxResourceMgr::QtxResourceMgr( const QString& appName, const QString& resVarTem QString dirs; if ( ::getenv( envVar ) ) dirs = ::getenv( envVar ); -#ifdef WNT +#ifdef WIN32 QString dirsep = ";"; // for Windows: ";" is used as directories separator #else QString dirsep = "[:|;]"; // for Linux: both ":" and ";" can be used