diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-07-30 22:08:53 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-07-30 22:08:53 +0000 |
commit | 912aaf0ae7b87c2f01e1be2734447deb99ba6358 (patch) | |
tree | 4896078af0df0ccf0406befeedb0114e178b78bf | |
parent | daa96ad41798ba2f9ccf55633141df55bd1d150c (diff) |
fix for OSX 10.4.1 (thanks to Jamie)
update for new flext callback naming
svn path=/trunk/; revision=3396
-rw-r--r-- | externals/grill/xsample/source/main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/externals/grill/xsample/source/main.h b/externals/grill/xsample/source/main.h index abb20e03..9cc29e5b 100644 --- a/externals/grill/xsample/source/main.h +++ b/externals/grill/xsample/source/main.h @@ -66,6 +66,9 @@ WARRANTIES, see the file, "license.txt," in this distribution. #include <vecLib/vBasicOps.h> #include <vecLib/vectorOps.h> #endif + // this is for the UInt32 prototype (thanks to Jamie) + // \TODO we'd rather not use Carbon but some other framework + #include <Carbon/Carbon.h> // Initialize a prefetch constant for use with vec_dst(), vec_dstt(), vec_dstst or vec_dststt // Taken from the "AltiVec tutorial" by Ian Ollmann, Ph.D. |