summaryrefslogtreecommitdiff
path: root/recordmydesktop
diff options
context:
space:
mode:
Diffstat (limited to 'recordmydesktop')
-rw-r--r--recordmydesktop/src/rmd_types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/recordmydesktop/src/rmd_types.h b/recordmydesktop/src/rmd_types.h
index 145f419..e09a52c 100644
--- a/recordmydesktop/src/rmd_types.h
+++ b/recordmydesktop/src/rmd_types.h
@@ -76,8 +76,12 @@ enum{
// Boolean type
typedef int boolean;
+#ifndef FALSE
#define FALSE (0)
+#endif
+#ifndef TRUE
#define TRUE (!FALSE)
+#endif
// Forward declarations
typedef struct _ProgData ProgData;
© All Rights Reserved