]> SALOME platform Git repositories - samples/component.git/blobdiff - src/SIGNALSComponent/SIGNALSComponent_CheckOfUndefined.cxx
Salome HOME
Porting SALOME COMPONENT module to win32 platform.
[samples/component.git] / src / SIGNALSComponent / SIGNALSComponent_CheckOfUndefined.cxx
index aabad639cc7076e8483694ec39ca33ce79d093c8..4001680ff5f1f6d3c022b3701e2c2c19a73f7a21 100644 (file)
@@ -30,7 +30,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"