summaryrefslogtreecommitdiff
path: root/src/KM_fileio.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2011-03-08 19:18:32 +0000
committerjhurst <>2011-03-08 19:18:32 +0000
commit6a19e4f305c6936ea3a09e2f96a622372e1f4ab2 (patch)
tree158ae6b99fc70d0eb37bb7871edd6676d227f0bd /src/KM_fileio.cpp
parent3feb7cc3f014bf1b2806b3b6819d80d684434e8f (diff)
compiler warnings never cease
Diffstat (limited to 'src/KM_fileio.cpp')
-rw-r--r--src/KM_fileio.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/KM_fileio.cpp b/src/KM_fileio.cpp
index 0bc8b8e..5d728cc 100644
--- a/src/KM_fileio.cpp
+++ b/src/KM_fileio.cpp
@@ -1,5 +1,5 @@
/*
-Copyright (c) 2004-2009, John Hurst
+Copyright (c) 2004-2011, John Hurst
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -37,6 +37,10 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifdef KM_WIN32
#include <direct.h>
+#else
+#define _getcwd getcwd
+#define _unlink unlink
+#define _rmdir rmdir
#endif
using namespace Kumu;