summaryrefslogtreecommitdiffstats
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
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
-rwxr-xr-xconverter/denotchbin171236 -> 171236 bytes
-rw-r--r--converter/source/cDeNotch.cpp2
-rw-r--r--converter/source/main.cpp2
-rw-r--r--converter/source/printdir.c2
-rw-r--r--converter/source/wdirent.h (renamed from converter/source/dirent.h)0
5 files changed, 3 insertions, 3 deletions
diff --git a/converter/denotch b/converter/denotch
index 02162a812..966c67c55 100755
--- a/converter/denotch
+++ b/converter/denotch
Binary files differ
diff --git a/converter/source/cDeNotch.cpp b/converter/source/cDeNotch.cpp
index c5001896b..c2963f365 100644
--- a/converter/source/cDeNotch.cpp
+++ b/converter/source/cDeNotch.cpp
@@ -10,7 +10,7 @@
#include "cQuicksort.h"
#include "cDeNotch.h"
#ifdef _WIN32
-#include "dirent.h"
+#include "wdirent.h"
#else
#include <dirent.h>
#endif
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
diff --git a/converter/source/printdir.c b/converter/source/printdir.c
index ad0492f98..7216413be 100644
--- a/converter/source/printdir.c
+++ b/converter/source/printdir.c
@@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
#include <assert.h>
-#include "dirent.h"
+#include "wdirent.h"
int main (int argc, char *argv[]) {
int i;
diff --git a/converter/source/dirent.h b/converter/source/wdirent.h
index 445d040dc..445d040dc 100644
--- a/converter/source/dirent.h
+++ b/converter/source/wdirent.h