summaryrefslogtreecommitdiffstats
path: root/converter/source/main.cpp
diff options
context:
space:
mode:
authoradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-05 02:21:03 +0100
committeradmin@omencraft.com <admin@omencraft.com@0a769ca7-a7f5-676a-18bf-c427514a06d6>2011-11-05 02:21:03 +0100
commitcbc22b646d938d8b52dc6ce5e6f3ed3d4fce3a52 (patch)
tree678a3c5c28d7872f11e038d3f58fb76ae3dba08a /converter/source/main.cpp
parentUpdated denotch map converter to work in windows. Still has memory leak though. (diff)
downloadcuberite-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 'converter/source/main.cpp')
-rw-r--r--converter/source/main.cpp2
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