diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2003-04-17 02:38:13 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2003-04-17 02:38:13 +0000 |
commit | 59fd837cdf4295dce7e4c1b9481ef2802df2771f (patch) | |
tree | eb090e6fc39b9b4c196cd9ae8181ec3801a48fa4 /externals/grill/xsample/source | |
parent | 7c9a8dca5d40d401eda0947cb83ad0a8f7da58d9 (diff) |
""
svn path=/trunk/; revision=576
Diffstat (limited to 'externals/grill/xsample/source')
-rw-r--r-- | externals/grill/xsample/source/main.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h index 2bbe71c7..bff42b7d 100644 --- a/externals/grill/xsample/source/main.h +++ b/externals/grill/xsample/source/main.h @@ -60,7 +60,7 @@ WARRANTIES, see the file, "license.txt," in this distribution. #define S t_sample -#ifdef __MWERKS__ +#if defined(__MWERKS__) && !defined(__MACH__) #define STD std #else #define STD |