aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/source/main.h
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2003-04-23 02:38:03 +0000
committerThomas Grill <xovo@users.sourceforge.net>2003-04-23 02:38:03 +0000
commit996e9a50a8c7cdd418ba398f4aa806c2d69256d1 (patch)
tree3f1d8119f6abb7bd501aa8c65940cae8e302646e /externals/grill/xsample/source/main.h
parentf9723bab78e3c3abfa0149515cee299d2670e55c (diff)
""
svn path=/trunk/; revision=587
Diffstat (limited to 'externals/grill/xsample/source/main.h')
-rw-r--r--externals/grill/xsample/source/main.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h
index bff42b7d..bfbebfe2 100644
--- a/externals/grill/xsample/source/main.h
+++ b/externals/grill/xsample/source/main.h
@@ -11,7 +11,9 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#ifndef __XSAMPLE_H
#define __XSAMPLE_H
-#define XSAMPLE_VERSION "0.3.0pre8"
+
+#define XSAMPLE_VERSION "0.3.0pre9"
+
#define FLEXT_ATTRIBUTES 1
@@ -37,7 +39,9 @@ WARRANTIES, see the file, "license.txt," in this distribution.
#endif
#elif defined(__MWERKS__)
// CodeWarrior <= 8 can't take address of a template member function
+ #ifndef FEXLT_DEBUG
#define TMPLOPT
+ #endif
// #define SIGSTATIC // define that for CW6
#elif defined(__MRC__)
// Apple MPW - MrCpp