]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Fix compilation errors on Win32 platform:
authorabd <abd@opencascade.com>
Mon, 1 Dec 2008 14:00:04 +0000 (14:00 +0000)
committerabd <abd@opencascade.com>
Mon, 1 Dec 2008 14:00:04 +0000 (14:00 +0000)
Using standard WIN32 preprocessor definition instead WNT (defined by Open CASCADE)

src/TestContainer/TestContainer.cxx
src/TestContainer/TestLogger.cxx

index b0893a7a4803fb7f0ec6d2580cd3b467d09ee22f..197633dcbcbf282c222335b24f519ea531386c38 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "utilities.h"
 #include <iostream>
-#ifndef WNT
+#ifndef WIN32
 #include <unistd.h>
 #endif
 #include <SALOMEconfig.h>
index 0bf2a183e105688e01e190e022ecd78ebe31a2d9..56e0085ab1383d018b183207a2bbf8685a0d6301 100644 (file)
@@ -28,7 +28,7 @@
 
 #include "utilities.h"
 #include <iostream>
-#ifndef WNT
+#ifndef WIN32
 #include <unistd.h>
 #endif
 #include <SALOMEconfig.h>