summaryrefslogtreecommitdiff
path: root/libs/soundtouch/STTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/soundtouch/STTypes.h')
-rw-r--r--libs/soundtouch/STTypes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libs/soundtouch/STTypes.h b/libs/soundtouch/STTypes.h
index c404675ecd..e1ea90d428 100644
--- a/libs/soundtouch/STTypes.h
+++ b/libs/soundtouch/STTypes.h
@@ -47,8 +47,12 @@ typedef unsigned long ulong;
typedef unsigned int BOOL;
+#ifndef FALSE
#define FALSE 0
+#endif
+#ifndef TRUE
#define TRUE 1
+#endif
#endif // _WINDEF_