X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Flprintf.h;h=34ec6b70354b6dbc9c7f39669cdf904121301338;hb=7a5f9593629010d1cc9e7f9046aad0654412479e;hp=e917547da782959dd9e062ddb2ecc9c8465260ca;hpb=fe9e3b2544bdc6ba0fef167a949db4f90511f5ea;p=libpicofe.git diff --git a/common/lprintf.h b/common/lprintf.h index e917547..34ec6b7 100644 --- a/common/lprintf.h +++ b/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, ...);