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