3
0
Fork 0

+ small hack (undef max macro) for windows

small_fixes
kelson42 14 years ago
parent 47ba2b8399
commit 6106c6e7e5

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

Loading…
Cancel
Save