Magellan Linux

Contents of /trunk/xine-ui/patches/true-false.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 153 - (show annotations) (download)
Tue May 8 20:52:56 2007 UTC (17 years ago) by niro
File size: 298 byte(s)
-import

1 --- src/xitk/download.c.orig 2004-02-08 13:00:00.194743343 +0000
2 +++ src/xitk/download.c 2004-02-08 13:00:32.830012754 +0000
3 @@ -36,6 +36,13 @@
4
5 #include "common.h"
6
7 +#ifndef FALSE
8 +#define FALSE 0
9 +#endif
10 +#ifndef TRUE
11 +#define TRUE !FALSE
12 +#endif
13 +
14 extern gGui_t *gGui;
15
16 #ifdef HAVE_CURL