Skip to content
Snippets Groups Projects
Commit 4cd5220d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use ifdef not if

parent 24d47a6e
No related branches found
No related tags found
No related merge requests found
......@@ -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 *),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment