mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-23 03:52:35 -04:00
+ small hack (undef max macro) for windows
This commit is contained in:
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…
x
Reference in New Issue
Block a user