X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=common%2Flprintf.h;h=e917547da782959dd9e062ddb2ecc9c8465260ca;hb=fe9e3b2544bdc6ba0fef167a949db4f90511f5ea;hp=a8d9ee1cf8a5d1c0896ba1800e8ec986b37c482b;hpb=c14459dbf965583fcb62d323c40c8a6e641e2e69;p=libpicofe.git diff --git a/common/lprintf.h b/common/lprintf.h index a8d9ee1..e917547 100644 --- a/common/lprintf.h +++ b/common/lprintf.h @@ -2,13 +2,8 @@ #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 + extern void lprintf_f(const char *fmt, ...); + #define lprintf lprintf_f #else #include "giz.h" #endif