diff -r f1b3873a6525 -r e22c29b7ee2f libidav/webdav.h --- 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;