compiler warnings never cease
[asdcplib.git] / src / KM_fileio.cpp
index 0bc8b8e642c6ac2c0eaf47fc39e00d6284d6a6bf..5d728ccb5401741e54129f364f1bfa860f7db4e1 100644 (file)
@@ -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;