2 changed files with
14 additions and
0 deletions
|
|
|
@ -24,6 +24,13 @@
|
|
|
|
#include <limits>
|
|
|
|
#include <limits>
|
|
|
|
#include <iostream>
|
|
|
|
#include <iostream>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
|
|
|
#define NOMINMAX
|
|
|
|
|
|
|
|
# include <windows.h>
|
|
|
|
|
|
|
|
#undef NOMINMAX
|
|
|
|
|
|
|
|
#undef max
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
namespace zim
|
|
|
|
namespace zim
|
|
|
|
{
|
|
|
|
{
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
|
|
|
|
@ -26,6 +26,13 @@
|
|
|
|
#include <iosfwd>
|
|
|
|
#include <iosfwd>
|
|
|
|
#include <limits>
|
|
|
|
#include <limits>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
|
|
|
|
#define NOMINMAX
|
|
|
|
|
|
|
|
# include <windows.h>
|
|
|
|
|
|
|
|
#undef NOMINMAX
|
|
|
|
|
|
|
|
#undef max
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
namespace zim
|
|
|
|
namespace zim
|
|
|
|
{
|
|
|
|
{
|
|
|
|
class Fileheader
|
|
|
|
class Fileheader
|
|
|
|
|