]> granicus.if.org Git - curl/commitdiff
use ifdef not if
authorDaniel Stenberg <daniel@haxx.se>
Tue, 2 Nov 2004 14:02:29 +0000 (14:02 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 2 Nov 2004 14:02:29 +0000 (14:02 +0000)
lib/mprintf.c

index 629a9e07cedb0118fc5fe5c89f25e74cc0c7a7f2..4650961d159dc265cee1f4335d59cf734e73e691 100644 (file)
@@ -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 *),