+ small hack (undef max macro) for windows

This commit is contained in:
kelson42 2011-12-10 19:24:59 +00:00
parent 47ba2b8399
commit 6106c6e7e5

View File

@ -26,6 +26,12 @@
#include <iosfwd>
#include <limits>
#ifdef _WIN32
#ifdef max
#undef max
#endif
#endif
namespace zim
{
class Fileheader