X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Flprintf.h;h=34ec6b70354b6dbc9c7f39669cdf904121301338;hb=4858c6338ba7ec5a9061ea9b7505acde098c03d9;hp=a8d9ee1cf8a5d1c0896ba1800e8ec986b37c482b;hpb=16e89bed918ec39b1e43956b903f7986af86a6b2;p=libpicofe.git diff --git a/common/lprintf.h b/common/lprintf.h index a8d9ee1..34ec6b7 100644 --- a/common/lprintf.h +++ b/common/lprintf.h @@ -1,15 +1,2 @@ -#if defined(__GP2X__) - #include - #define lprintf printf -#elif defined(PSP) - #ifdef LPRINTF_STDIO - #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, ...);