X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Flprintf.h;h=34ec6b70354b6dbc9c7f39669cdf904121301338;hb=08fe8094f754d7d7da4d9183d7a0c07abd4fc8b6;hp=1d743236b09333bf6963deb25d2dbd17f018bffd;hpb=7d4906bfc93ced40a544534f433f06b00add52b0;p=picodrive.git diff --git a/platform/common/lprintf.h b/platform/common/lprintf.h index 1d74323..34ec6b7 100644 --- a/platform/common/lprintf.h +++ b/platform/common/lprintf.h @@ -1,15 +1,2 @@ -#if defined(__GP2X__) - #include - #define lprintf printf -#elif defined(PSP) - #if 0 - #include - #define lprintf printf - #else - extern void lprintf_f(const char *fmt, ...); - #define lprintf lprintf_f - #endif -#else - #include "giz.h" -#endif +extern void lprintf(const char *fmt, ...);