comparison Core/Compression/ZipWriter.cpp @ 568:3f27814104f7 laaw

compile with msvc
author jodogne
date Wed, 25 Sep 2013 12:45:33 +0200
parents bdd72233b105
children eb5a0b21d05e
comparison
equal deleted inserted replaced
566:6a3e2ca7a7a0 568:3f27814104f7
27 * 27 *
28 * You should have received a copy of the GNU General Public License 28 * You should have received a copy of the GNU General Public License
29 * along with this program. If not, see <http://www.gnu.org/licenses/>. 29 * along with this program. If not, see <http://www.gnu.org/licenses/>.
30 **/ 30 **/
31 31
32 #ifdef _WIN32
33 #define NOMINMAX
34 #endif
32 35
33 #include "ZipWriter.h" 36 #include "ZipWriter.h"
34 37
35 #include "../../Resources/minizip/zip.h" 38 #include "../../Resources/minizip/zip.h"
36 #include <boost/date_time/posix_time/posix_time.hpp> 39 #include <boost/date_time/posix_time/posix_time.hpp>
40 #include <limits>
37 41
38 #include "../OrthancException.h" 42 #include "../OrthancException.h"
39 43
40 44
41 static void PrepareFileInfo(zip_fileinfo& zfi) 45 static void PrepareFileInfo(zip_fileinfo& zfi)