You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
448 B
13 lines
448 B
diff -u -r abiword-2.6.0.orig/src/text/ptbl/xp/pd_Style.h abiword-2.6.0/src/text/ptbl/xp/pd_Style.h |
|
--- abiword-2.6.0.orig/src/text/ptbl/xp/pd_Style.h 2008-03-18 23:16:20.000000000 +0100 |
|
+++ abiword-2.6.0/src/text/ptbl/xp/pd_Style.h 2008-03-25 17:14:23.000000000 +0100 |
|
@@ -23,6 +23,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"
|
|
|