From 31c1406fd41c53fc08f3a03f7cf5871837b0e0b9 Mon Sep 17 00:00:00 2001 From: johnmccutchan Date: Tue, 5 Feb 2008 18:58:28 +0000 Subject: [PATCH] Define spu_printf for Linux --- Extras/BulletMultiThreaded/PlatformDefinitions.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Extras/BulletMultiThreaded/PlatformDefinitions.h b/Extras/BulletMultiThreaded/PlatformDefinitions.h index 9e7a13ce3..ec349b269 100644 --- a/Extras/BulletMultiThreaded/PlatformDefinitions.h +++ b/Extras/BulletMultiThreaded/PlatformDefinitions.h @@ -60,6 +60,11 @@ typedef union } addr64; +#else + +#include +#define spu_printf printf + #endif // USE_LIBSPE2 #endif //__CELLOS_LV2__