2 Nov 2004 15:02
bagder: curl/lib mprintf.c,1.46,1.47
<cvs <at> labb.contactor.se>
2004-11-02 14:02:32 GMT
2004-11-02 14:02:32 GMT
Update of /cvsroot/curl/curl/lib
In directory labb.contactor.se:/var/tmp/cvs-serv16723
Modified Files:
mprintf.c
Log Message:
use ifdef not if
Index: mprintf.c
===================================================================
RCS file: /cvsroot/curl/curl/lib/mprintf.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- mprintf.c 2 Nov 2004 10:12:23 -0000 1.46
+++ mprintf.c 2 Nov 2004 14:02:29 -0000 1.47
<at> <at> -590,7 +590,7 <at> <at>
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 *),
_______________________________________________
http://cool.haxx.se/mailman/listinfo/curl-commits
(Continue reading)
RSS Feed