From 695af79606918ebdeb6633d38e4a30c6fc2ab243 Mon Sep 17 00:00:00 2001 From: asami Date: Tue, 14 Nov 2000 13:08:57 +0000 Subject: We're defining TRUE, might as well FALSE alongside it to make this port compile. Submitted by: bento --- audio/xtuner/files/patch-aa | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/xtuner/files/patch-aa b/audio/xtuner/files/patch-aa index ddd331da0fd0..1af96da72bb0 100644 --- a/audio/xtuner/files/patch-aa +++ b/audio/xtuner/files/patch-aa @@ -17,13 +17,16 @@ #include #include #include -@@ -48,6 +47,10 @@ +@@ -48,6 +47,13 @@ int fpiopl; #endif +#ifndef TRUE +#define TRUE 1 +#endif ++#ifndef FALSE ++#define FALSE 0 ++#endif + #define ON 1 #define OFF 0 -- cgit