summaryrefslogtreecommitdiff
path: root/multimedia/xine/files/patch-src:xitk:download.c
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/xine/files/patch-src:xitk:download.c')
-rw-r--r--multimedia/xine/files/patch-src:xitk:download.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/multimedia/xine/files/patch-src:xitk:download.c b/multimedia/xine/files/patch-src:xitk:download.c
new file mode 100644
index 000000000000..7477eaa55e1e
--- /dev/null
+++ b/multimedia/xine/files/patch-src:xitk:download.c
@@ -0,0 +1,17 @@
+--- src/xitk/download.c.orig Sat Feb 21 13:38:19 2004
++++ src/xitk/download.c Sat Feb 21 13:39:43 2004
+@@ -39,6 +39,14 @@
+ extern gGui_t *gGui;
+
+ #ifdef HAVE_CURL
++
++#ifndef TRUE
++#define TRUE 1
++#endif
++#ifndef FALSE
++#define FALSE 0
++#endif
++
+ static int progress_callback(void *userdata,
+ double dltotal, double dlnow, double ultotal, double ulnow) {
+ download_t *download = (download_t *) userdata;