Salome HOME
WIN32 compilation of the SMESH module:
[modules/smesh.git] / src / SMESHUtils / SMESH_File.hxx
index c7ec72dd0a3d5f79573bcbf7a9408a729e686981..9625c0339fcfce8286f9afa3c6b6920ee1200dfe 100644 (file)
@@ -29,7 +29,7 @@
 #include <string>
 #include <vector>
 
-#ifdef WNT
+#ifdef WIN32
 #include <windows.h>
 #else
 #include <dlfcn.h>
@@ -82,7 +82,7 @@ private:
 
   std::string _name; //!< file name
   int         _size; //!< file size
-#ifdef WNT
+#ifdef WIN32
   HANDLE      _file, _mapObj;
 #else
   int         _file;