Salome HOME
WIN32 compilation of the SMESH module:
[modules/smesh.git] / src / SMESHClient / SMESH_Client.cxx
index 86caddbc3f960f95ee303eb1c3d42e7feee51a28..48c963d977c227d8e12764579ee8a312f83d7e25 100644 (file)
@@ -37,7 +37,7 @@
 #include "Basics_Utils.hxx"
 #include "utilities.h"
 
-#ifdef WNT
+#ifdef WIN32
 #include <process.h>
 #else
 #include <unistd.h>
@@ -754,7 +754,7 @@ SMESH_Client::GetSMESHGen(CORBA::ORB_ptr theORB,
   static SMESH::SMESH_Gen_var aMeshGen;
 
   if(CORBA::is_nil(aMeshGen.in())){
-#ifdef WNT
+#ifdef WIN32
     long aClientPID = (long)_getpid();
 #else
     long aClientPID =  (long)getpid();