Commit 4cd5220d authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

use ifdef not if

parent 24d47a6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 *),