diff options
author | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-05 02:21:03 +0100 |
---|---|---|
committer | admin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2011-11-05 02:21:03 +0100 |
commit | cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52 (patch) | |
tree | 678a3c5c28d7872f11e038d3f58fb76ae3dba08a /converter/source/main.cpp | |
parent | Updated denotch map converter to work in windows. Still has memory leak though. (diff) | |
download | cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.gz cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.bz2 cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.lz cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.xz cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.tar.zst cuberite-cbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52.zip |
Diffstat (limited to '')
-rw-r--r-- | converter/source/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/source/main.cpp b/converter/source/main.cpp index 0cf3248b9..67da82804 100644 --- a/converter/source/main.cpp +++ b/converter/source/main.cpp @@ -4,7 +4,7 @@ #include "cQuicksort.h" #include "cDeNotch.h" #ifdef _WIN32 -#include "dirent.h" +#include "wdirent.h" #else #include <dirent.h> #endif |