]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Preprocessor directive WNT was replaced by WIN32. Directive WIN32 was used in the...
authorstv <stv@opencascade.com>
Thu, 24 Aug 2006 04:44:12 +0000 (04:44 +0000)
committerstv <stv@opencascade.com>
Thu, 24 Aug 2006 04:44:12 +0000 (04:44 +0000)
src/Qtx/QtxResourceMgr.cxx

index 736e74137d85a03d8c26209d783354ef022b88f1..02b3a1c656fb589da663b666a31e1df226875f74 100644 (file)
@@ -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