X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=common%2Flprintf.h;h=e917547da782959dd9e062ddb2ecc9c8465260ca;hb=c633456460a2995bfa4732fb2fb0bca3c785936e;hp=dc49c655f2cdeee8014b70cc110cc275cb74a8b6;hpb=2b90fc61e0907707c60bb01d97645b6afc22d4ae;p=libpicofe.git diff --git a/common/lprintf.h b/common/lprintf.h index dc49c65..e917547 100644 --- a/common/lprintf.h +++ b/common/lprintf.h @@ -2,13 +2,8 @@ #include #define lprintf printf #elif defined(PSP) - #if 1 - #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