1 changed files with
6 additions and
6 deletions
|
|
|
@ -20,18 +20,18 @@
|
|
|
|
#ifndef ZIM_FILEHEADER_H
|
|
|
|
#ifndef ZIM_FILEHEADER_H
|
|
|
|
#define ZIM_FILEHEADER_H
|
|
|
|
#define ZIM_FILEHEADER_H
|
|
|
|
|
|
|
|
|
|
|
|
#include <zim/zim.h>
|
|
|
|
|
|
|
|
#include <zim/endian.h>
|
|
|
|
|
|
|
|
#include <zim/uuid.h>
|
|
|
|
|
|
|
|
#include <iosfwd>
|
|
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifdef _WIN32
|
|
|
|
#ifdef _WIN32
|
|
|
|
#ifdef max
|
|
|
|
#ifdef max
|
|
|
|
#undef max
|
|
|
|
#undef max
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#include <zim/zim.h>
|
|
|
|
|
|
|
|
#include <zim/endian.h>
|
|
|
|
|
|
|
|
#include <zim/uuid.h>
|
|
|
|
|
|
|
|
#include <iosfwd>
|
|
|
|
|
|
|
|
#include <limits>
|
|
|
|
|
|
|
|
|
|
|
|
namespace zim
|
|
|
|
namespace zim
|
|
|
|
{
|
|
|
|
{
|
|
|
|
class Fileheader
|
|
|
|
class Fileheader
|
|
|
|
|