X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Flprintf.h;h=34ec6b70354b6dbc9c7f39669cdf904121301338;hb=84100c0fd5a5abb6b1e712aa1feb33388362695d;hp=a8d9ee1cf8a5d1c0896ba1800e8ec986b37c482b;hpb=9caf44b59bf20d0beb614d4249cf908c7fb7434d;p=picodrive.git diff --git a/platform/common/lprintf.h b/platform/common/lprintf.h index a8d9ee1..34ec6b7 100644 --- a/platform/common/lprintf.h +++ b/platform/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, ...);