]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
windows
authoradam <adam>
Fri, 18 Feb 2011 13:28:27 +0000 (13:28 +0000)
committeradam <adam>
Fri, 18 Feb 2011 13:28:27 +0000 (13:28 +0000)
src/Launcher/Launcher_Job_Command.cxx
src/Launcher/Launcher_Job_SALOME.cxx

index 9b291ec373142cfb665674a25ce2a03720a96ddd..26d6ae9d5381502e47228530b950bfd9f8aeffd8 100644 (file)
 //
 #include "Launcher_Job_Command.hxx"
 
+#ifdef WNT
+#include <io.h>
+#define _chmod chmod
+#endif
+
 Launcher::Job_Command::Job_Command() {_job_type = "command";}
 
 Launcher::Job_Command::~Job_Command() {}
index d11057b5105f3d3f79e77afecf71503033b92541..413c2fbac6cb09662262868dcb9d54f251679f85 100644 (file)
 //
 #include "Launcher_Job_SALOME.hxx"
 
+#ifdef WNT
+#include <io.h>
+#define _chmod chmod
+#endif
+
 Launcher::Job_SALOME::Job_SALOME() {}
 
 Launcher::Job_SALOME::~Job_SALOME() {}