summaryrefslogtreecommitdiff
path: root/gnustep-base/gnustep-gui/files/gnustep-gui-0.28.0-icu68.patch
blob: 5bda307b951d530e84840d2b157b6ead179d90ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/Headers/Additions/GNUstepGUI/GSCharacterPanel.h.old
+++ b/Headers/Additions/GNUstepGUI/GSCharacterPanel.h
@@ -26,6 +26,12 @@
    Free Software Foundation, 51 Franklin Street, Fifth Floor, 
    Boston, MA 02110-1301, USA.
 */ 
+#ifndef TRUE
+#define TRUE 1
+#endif
+#ifndef FALSE
+#define FALSE 0
+#endif
 
 #ifndef _GNUstep_H_GSCharacterPanel
 #define _GNUstep_H_GSCharacterPanel