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 629a9e0..4650961 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 *),