Salome HOME
Replace deprecated WNT macro definition by WIN32.
[modules/kernel.git] / src / LifeCycleCORBA / TestContainerManager.cxx
index ba4f4ae403ca63f6d570407a334f58b47142aa63..29f53bb5a40366bcd7fe7aaa5949fd4fc1fc7d03 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -25,7 +25,7 @@
 //
 #include "utilities.h"
 #include <iostream>
-#ifndef WNT
+#ifndef WIN32
 #include <unistd.h>
 #endif
 #include <SALOMEconfig.h>