[easytag] Replace chown() on Windows with 0



commit df505cd8542cc93363b06d1bdc8f7eb0ab31610f
Author: David King <amigadave amigadave com>
Date:   Thu May 16 23:09:46 2013 +0100

    Replace chown() on Windows with 0
    
    Define chown() to be 0, the successful return value.

 src/win32/win32dep.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/win32/win32dep.h b/src/win32/win32dep.h
index 779b975..cb19ce3 100644
--- a/src/win32/win32dep.h
+++ b/src/win32/win32dep.h
@@ -36,7 +36,7 @@ G_BEGIN_DECLS
 
 #define lstat stat
 #define mkdir(a,b) mkdir(a)
-#define chown(a,b,c)
+#define chown(a,b,c) 0
 #define chmod(a,b)
 
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]