diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-05-12 16:53:03 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2004-05-12 16:53:03 +0000 |
commit | 2e48bbadd3b6f7a348e456fcf1f50b432e075fa9 (patch) | |
tree | 02297fb6f51fb8fc0a20505758ead308a1eca4d0 /multimedia/xine/files/patch-src:xitk:download.c | |
parent | Update to 1-rc4. (diff) |
Update to 0.99.1.
Diffstat (limited to 'multimedia/xine/files/patch-src:xitk:download.c')
-rw-r--r-- | multimedia/xine/files/patch-src:xitk:download.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/multimedia/xine/files/patch-src:xitk:download.c b/multimedia/xine/files/patch-src:xitk:download.c deleted file mode 100644 index 7477eaa55e1e..000000000000 --- a/multimedia/xine/files/patch-src:xitk:download.c +++ /dev/null @@ -1,17 +0,0 @@ ---- 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; |