]> SALOME platform Git repositories - samples/component.git/blobdiff - src/AddComponent/AddComponent_CheckOfUndefined.cxx
Salome HOME
Porting SALOME COMPONENT module to win32 platform.
[samples/component.git] / src / AddComponent / AddComponent_CheckOfUndefined.cxx
index 550f2f4a0d49f91993a3158370eae312cb772500..ea530596d771fb7915eac0f1f5c1400a6584151b 100644 (file)
@@ -31,7 +31,7 @@
 #include <string>
 #include <stdio.h>
 
-#ifndef WNT
+#ifndef WIN32
 #include <unistd.h>
 #else
 #include <process.h>
 //CCRT
 #include <sstream>
 #include <time.h>
+#ifndef WIN32
 #include <sys/time.h>
 #include <sys/stat.h>
+#endif
 //end-CCRT
 
 #include "Container_init_python.hxx"