diff options
| author | jhurst <jhurst@cinecert.com> | 2011-03-08 19:18:32 +0000 |
|---|---|---|
| committer | jhurst <> | 2011-03-08 19:18:32 +0000 |
| commit | 6a19e4f305c6936ea3a09e2f96a622372e1f4ab2 (patch) | |
| tree | 158ae6b99fc70d0eb37bb7871edd6676d227f0bd /src/KM_fileio.cpp | |
| parent | 3feb7cc3f014bf1b2806b3b6819d80d684434e8f (diff) | |
compiler warnings never cease
Diffstat (limited to 'src/KM_fileio.cpp')
| -rw-r--r-- | src/KM_fileio.cpp | 6 |
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; |
