diff --git a/lib/mprintf.c b/lib/mprintf.c index 629a9e07ce..4650961d15 100644 --- a/lib/mprintf.c +++ b/lib/mprintf.c @@ -590,7 +590,7 @@ static int dprintf_formatf( the second argument */ /* function pointer called for each output character */ -#if _WIN32_WCE +#ifdef _WIN32_WCE int (__cdecl *stream) (int, FILE *), #else int (*stream)(int, FILE *),