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 | |
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 'converter/source')
-rw-r--r-- | converter/source/cDeNotch.cpp | 2 | ||||
-rw-r--r-- | converter/source/main.cpp | 2 | ||||
-rw-r--r-- | converter/source/printdir.c | 2 | ||||
-rw-r--r-- | converter/source/wdirent.h (renamed from converter/source/dirent.h) | 0 |
4 files changed, 3 insertions, 3 deletions
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 |