]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/GEOMClient/GEOM_Client.cxx
Salome HOME
Replace deprecated WNT macro definition by WIN32.
[modules/geom.git] / src / GEOMClient / GEOM_Client.cxx
index b2104d683e0860617e1bdcb9b840200e0c26edf4..8f7bde8b95fa9661dc946e5ea08558a8f4348286 100644 (file)
@@ -44,7 +44,7 @@
 #include <TopAbs.hxx>
 #include <TopTools_IndexedMapOfShape.hxx>
 
-#ifdef WNT
+#ifdef WIN32
 #include <process.h>
 #else
 #include <unistd.h>
@@ -91,7 +91,7 @@ TopoDS_Shape GEOM_Client::Load( GEOM::GEOM_Gen_ptr geom, GEOM::GEOM_Object_ptr a
 GEOM_Client::GEOM_Client()
 {
   pid_client =
-#ifdef WNT
+#ifdef WIN32
     (long)_getpid();
 #else
     (long)getpid();