X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Flprintf.h;h=34ec6b70354b6dbc9c7f39669cdf904121301338;hb=ee0f881e9f135db6ed9337b99f611b3cae955f8c;hp=1d304721347a9f404a843b3c95c863c1e75f6632;hpb=426ecc582f3f6f3d04f7b7ae25b548be7178c4fd;p=libpicofe.git diff --git a/common/lprintf.h b/common/lprintf.h index 1d30472..34ec6b7 100644 --- a/common/lprintf.h +++ b/common/lprintf.h @@ -1,9 +1,2 @@ -#if defined(__GP2X__) - #include - #define lprintf printf -#elif defined(PSP) - extern void lprintf(const char *fmt, ...); -#else - #include "giz.h" -#endif +extern void lprintf(const char *fmt, ...);