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