From 912aaf0ae7b87c2f01e1be2734447deb99ba6358 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Sat, 30 Jul 2005 22:08:53 +0000 Subject: fix for OSX 10.4.1 (thanks to Jamie) update for new flext callback naming svn path=/trunk/; revision=3396 --- externals/grill/xsample/source/main.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'externals/grill/xsample/source') 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 #include #endif + // this is for the UInt32 prototype (thanks to Jamie) + // \TODO we'd rather not use Carbon but some other framework + #include // 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. -- cgit v1.2.1