From 6a19e4f305c6936ea3a09e2f96a622372e1f4ab2 Mon Sep 17 00:00:00 2001 From: jhurst Date: Tue, 8 Mar 2011 19:18:32 +0000 Subject: compiler warnings never cease --- src/KM_fileio.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/KM_fileio.cpp') 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 +#else +#define _getcwd getcwd +#define _unlink unlink +#define _rmdir rmdir #endif using namespace Kumu; -- cgit v1.2.3