X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=platform%2Fcommon%2Flprintf.h;h=34ec6b70354b6dbc9c7f39669cdf904121301338;hb=bbc8ceb9c0fbe92d803b41efa4cc073899aad664;hp=5cd176f5d6969037d36ad79664dc94e8ecdcdc24;hpb=e5f426aa2e86d56357b8af2795e73cc0c9b17e8f;p=picodrive.git diff --git a/platform/common/lprintf.h b/platform/common/lprintf.h index 5cd176f..34ec6b7 100644 --- a/platform/common/lprintf.h +++ b/platform/common/lprintf.h @@ -1,6 +1,2 @@ -#if defined(__GP2X__) -#define lprintf printf -#else -#include "giz.h" -#endif +extern void lprintf(const char *fmt, ...);