UIQ3 bugfixes, SVP drc indirect jumps, stuff
[picodrive.git] / Pico / cd / cue.c
index 84deba7..9d0b498 100644 (file)
@@ -9,6 +9,9 @@
 #ifdef _MSC_VER
 #define snprintf _snprintf
 #endif
+#ifdef __EPOC32__
+#define snprintf(b,s,...) sprintf(b,##__VA_ARGS__)
+#endif
 
 static char *mystrip(char *str)
 {