aboutsummaryrefslogtreecommitdiff
path: root/src/tools/map_extractor
diff options
context:
space:
mode:
authorHexit <Hexit@trinitycore.contrib>2012-08-21 22:21:31 +0100
committerNay <dnpd.dd@gmail.com>2012-08-21 22:21:31 +0100
commit58ee30d7387c3b4a5b06ce76bdfa3d54167d132c (patch)
tree0d5a6003131220d3ef5fa23bb07ac2d3a757f27d /src/tools/map_extractor
parentcbe6375850586acc240ff741221f0710e78104a5 (diff)
Tools: Fix compile for extractors tools on Linux
Closes #7378
Diffstat (limited to 'src/tools/map_extractor')
-rw-r--r--src/tools/map_extractor/System.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/map_extractor/System.cpp b/src/tools/map_extractor/System.cpp
index 681013da18b..007734afb94 100644
--- a/src/tools/map_extractor/System.cpp
+++ b/src/tools/map_extractor/System.cpp
@@ -9,6 +9,7 @@
#include "direct.h"
#else
#include <sys/stat.h>
+#define ERROR_PATH_NOT_FOUND ERROR_FILE_NOT_FOUND
#endif
#include "StormLib.h"