libidav/webdav.h

changeset 221
e22c29b7ee2f
parent 208
1fb26aca5093
child 225
a297c2e28fa1
--- a/libidav/webdav.h	Fri Mar 18 13:00:00 2016 +0100
+++ b/libidav/webdav.h	Fri Mar 18 15:08:30 2016 +0100
@@ -43,12 +43,12 @@
 
 typedef int DavBool;
 #ifndef TRUE
-#define TRUE 0
+#define TRUE 1
 #endif
 #ifndef FALSE
 #define FALSE 0
 #endif
-    
+
 typedef struct DavContext    DavContext;
 typedef struct DavProxy      DavProxy;
 typedef struct DavSession    DavSession;

mercurial