From: abd Date: Mon, 1 Dec 2008 14:00:04 +0000 (+0000) Subject: Fix compilation errors on Win32 platform: X-Git-Tag: V5_1_0rc2~21 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=f2bed67b79ed3963230dd3a82e4a3ecce53e7b5c;p=modules%2Fkernel.git Fix compilation errors on Win32 platform: Using standard WIN32 preprocessor definition instead WNT (defined by Open CASCADE) --- diff --git a/src/TestContainer/TestContainer.cxx b/src/TestContainer/TestContainer.cxx index b0893a7a4..197633dcb 100644 --- a/src/TestContainer/TestContainer.cxx +++ b/src/TestContainer/TestContainer.cxx @@ -28,7 +28,7 @@ #include "utilities.h" #include -#ifndef WNT +#ifndef WIN32 #include #endif #include diff --git a/src/TestContainer/TestLogger.cxx b/src/TestContainer/TestLogger.cxx index 0bf2a183e..56e0085ab 100644 --- a/src/TestContainer/TestLogger.cxx +++ b/src/TestContainer/TestLogger.cxx @@ -28,7 +28,7 @@ #include "utilities.h" #include -#ifndef WNT +#ifndef WIN32 #include #endif #include