use ifdef not if
This commit is contained in:
parent
24d47a6e07
commit
4cd5220d27
@ -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 *),
|
||||
|
Loading…
x
Reference in New Issue
Block a user