git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28126 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thomas Martitz 2010-09-20 17:42:46 +00:00
parent ad500e1063
commit 141673945e

View file

@ -33,7 +33,7 @@ extern void ldebugf(const char* file, int line, const char *fmt, ...)
#ifdef __GNUC__
/* */
#if (SIMULATOR) && !defined(__PCTOOL__) \
#if defined(SIMULATOR) && !defined(__PCTOOL__) \
|| ((CONFIG_PLATFORM & PLATFORM_ANDROID) && defined(DEBUG))
#define DEBUGF debugf
#define LDEBUGF(...) ldebugf(__FILE__, __LINE__, __VA_ARGS__)