Define spu_printf for Linux

This commit is contained in:
johnmccutchan
2008-02-05 18:58:28 +00:00
parent ee5ff5feb6
commit 31c1406fd4

View File

@@ -60,6 +60,11 @@ typedef union
} addr64; } addr64;
#else
#include <stdio.h>
#define spu_printf printf
#endif // USE_LIBSPE2 #endif // USE_LIBSPE2
#endif //__CELLOS_LV2__ #endif //__CELLOS_LV2__