use ifdef not if

This commit is contained in:
Daniel Stenberg
2004-11-02 14:02:29 +00:00
parent 24d47a6e07
commit 4cd5220d27

View File

@@ -590,7 +590,7 @@ static int dprintf_formatf(
the second argument */ the second argument */
/* function pointer called for each output character */ /* function pointer called for each output character */
#if _WIN32_WCE #ifdef _WIN32_WCE
int (__cdecl *stream) (int, FILE *), int (__cdecl *stream) (int, FILE *),
#else #else
int (*stream)(int, FILE *), int (*stream)(int, FILE *),