summaryrefslogtreecommitdiff
path: root/libs/soundtouch
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2006-12-21 18:38:00 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2006-12-21 18:38:00 +0000
commitafa29d319007ce20bd1546c343e9277c58c80c1a (patch)
tree0e1b3ec3bca91a16f3698077031d3872cdcbe96e /libs/soundtouch
parent2202912d355fc6f978bd3475c4c1b5cd1a435242 (diff)
use ustring more; handle embedding of "paired" files as per mantis #1362
git-svn-id: svn://localhost/ardour2/trunk@1241 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/soundtouch')
-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_