Fix errors on ibook G4.

This commit is contained in:
castano
2009-03-04 07:04:32 +00:00
parent ba72ebafcb
commit 5943e8f42f
3 changed files with 33 additions and 6 deletions

View File

@ -31,7 +31,7 @@
#undef bool
#endif
namespace squish {
namespace nvsquish {
#define VEC4_CONST( X ) Vec4( ( vector float )( X ) )