diff options
-rw-r--r-- | backends/platform/symbian/src/portdefs.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/backends/platform/symbian/src/portdefs.h b/backends/platform/symbian/src/portdefs.h index 5db6c99da6..734afe859c 100644 --- a/backends/platform/symbian/src/portdefs.h +++ b/backends/platform/symbian/src/portdefs.h @@ -132,6 +132,12 @@ #define vsnprintf(buf,len,format,valist) vsprintf(buf,format,valist) #endif +#ifndef __WINS__ +#define USE_ARM_GFX_ASM +#define USE_ARM_SMUSH_ASM +#define USE_ARM_COSTUME_ASM +#define USE_ARM_SOUND_ASM +#endif // somehow nobody has this function... #define hypot(a, b) sqrt((a)*(a) + (b)*(b)) |