X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHUtils%2FSMESH_File.hxx;h=9625c0339fcfce8286f9afa3c6b6920ee1200dfe;hb=e33e8e2029a4e91779b9c1d5f480979fa7b51d0b;hp=c7ec72dd0a3d5f79573bcbf7a9408a729e686981;hpb=d726924388c048351f6ccc02f0817a0c3d6b239a;p=modules%2Fsmesh.git diff --git a/src/SMESHUtils/SMESH_File.hxx b/src/SMESHUtils/SMESH_File.hxx index c7ec72dd0..9625c0339 100644 --- a/src/SMESHUtils/SMESH_File.hxx +++ b/src/SMESHUtils/SMESH_File.hxx @@ -29,7 +29,7 @@ #include #include -#ifdef WNT +#ifdef WIN32 #include #else #include @@ -82,7 +82,7 @@ private: std::string _name; //!< file name int _size; //!< file size -#ifdef WNT +#ifdef WIN32 HANDLE _file, _mapObj; #else int _file;