]> SALOME platform Git repositories - modules/yacs.git/commitdiff
Salome HOME
Windows compilation.
authorrnv <rnv@opencascade.com>
Tue, 14 May 2019 11:34:01 +0000 (14:34 +0300)
committerrnv <rnv@opencascade.com>
Tue, 14 May 2019 11:34:01 +0000 (14:34 +0300)
src/Container/SALOME_ContainerManager.cxx

index 1837cfc6dc787243f60b2437d26b951abd067151..bd274d45f8f2d1b768e5849f90b9a28808b001a6 100644 (file)
 #ifdef WIN32
 #include <process.h>
 #define getpid _getpid
+
+#ifndef S_ISREG
+#define S_ISREG(mode)  (((mode) & S_IFMT) == S_IFREG)
+#endif
+
 #endif
 
 #ifdef WITH_PACO_PARALLEL