diff options
| author | Hexit <Hexit@trinitycore.contrib> | 2012-08-21 22:21:31 +0100 |
|---|---|---|
| committer | Nay <dnpd.dd@gmail.com> | 2012-08-21 22:21:31 +0100 |
| commit | 58ee30d7387c3b4a5b06ce76bdfa3d54167d132c (patch) | |
| tree | 0d5a6003131220d3ef5fa23bb07ac2d3a757f27d /src/tools/map_extractor | |
| parent | cbe6375850586acc240ff741221f0710e78104a5 (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.cpp | 1 |
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" |
