diff options
Diffstat (limited to 'src/xine-engine/nvtv/local.h')
-rw-r--r-- | src/xine-engine/nvtv/local.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/xine-engine/nvtv/local.h b/src/xine-engine/nvtv/local.h index 518553337..499982cfa 100644 --- a/src/xine-engine/nvtv/local.h +++ b/src/xine-engine/nvtv/local.h @@ -16,7 +16,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: local.h,v 1.1 2003/01/18 15:29:22 miguelfreitas Exp $ + * $Id: local.h,v 1.2 2003/02/05 00:14:03 miguelfreitas Exp $ * * Contents: * @@ -30,6 +30,10 @@ #ifndef _LOCAL_H #define _LOCAL_H +#ifdef __BORLANDC__ +#define inline +#endif + #ifdef HAVE_GTK #if GTK_MAJOR_VERSION >= 2 @@ -42,7 +46,10 @@ #endif /* HAVE_GTK */ #ifndef _XDEFS_H + +#ifndef __BORLANDC__ typedef int Bool; +#endif #ifndef TRUE #define TRUE 1 |