mirror of
https://github.com/mangosfour/server.git
synced 2025-12-12 19:37:03 +00:00
[9158] Fixed build errors for contrib/extractor at some x64 plaforms
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
dd6a6fcd58
commit
2c092b1c34
4 changed files with 4 additions and 1 deletions
Binary file not shown.
|
|
@ -3,6 +3,8 @@
|
||||||
#include "loadlib.h"
|
#include "loadlib.h"
|
||||||
#include "../mpq_libmpq.h"
|
#include "../mpq_libmpq.h"
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
class MPQFile;
|
class MPQFile;
|
||||||
|
|
||||||
FileLoader::FileLoader()
|
FileLoader::FileLoader()
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
#include "mpq_libmpq.h"
|
#include "mpq_libmpq.h"
|
||||||
#include <deque>
|
#include <deque>
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
ArchiveSet gOpenArchives;
|
ArchiveSet gOpenArchives;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "9157"
|
#define REVISION_NR "9158"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue