abiword/abiword-2.4.6-boolean.patch

37 lines
1.1 KiB
Diff

--- abi/src/text/ptbl/xp/pd_Style.h.orig 2005-05-20 15:37:09.000000000 -0400
+++ abi/src/text/ptbl/xp/pd_Style.h 2008-01-28 23:18:05.000000000 -0500
@@ -21,6 +21,9 @@
#ifndef PD_STYLE_H
#define PD_STYLE_H
+#ifndef FALSE
+#define FALSE 0
+#endif /* FALSE */
#include "ut_types.h"
#include "pt_Types.h"
#include "ut_xml.h"
--- abiword-plugins/tools/abigrammar/linkgrammarwrap/LinkGrammarWrap.h.orig 2005-02-10 18:41:13.000000000 -0500
+++ abiword-plugins/tools/abigrammar/linkgrammarwrap/LinkGrammarWrap.h 2008-01-29 00:11:38.000000000 -0500
@@ -20,6 +20,9 @@
#ifndef __LinkGrammarWrap_h__
#define __LinkGrammarWrap_h__
+#ifndef TRUE
+#define TRUE 1
+#endif /* TRUE */
extern "C" {
#include <link-grammar/link-includes.h>
}
--- abiword-plugins/wp/impexp/OpenDocument/imp/xp/ODi_Style_Style.h.orig 2006-03-13 16:53:04.000000000 -0500
+++ abiword-plugins/wp/impexp/OpenDocument/imp/xp/ODi_Style_Style.h 2008-01-29 00:14:48.000000000 -0500
@@ -23,6 +23,9 @@
#ifndef _ODI_STYLE_STYLE_H_
#define _ODI_STYLE_STYLE_H_
+#ifndef TRUE
+#define TRUE 1
+#endif /* TRUE */
// Internal includes
#include "ODi_ListenerState.h"