aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-23 08:21:21 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-23 08:21:21 +0000
commit1a94fee42d79185ac6bc72c8bc2410973688e99d (patch)
tree5181d17d38596f615de16262d03d2c0c742705a8 /src
parenta91ce6a5d6e6b26358833c3858e090cd682b89b6 (diff)
Juan F. Codagnone's fixes to build properly on Windows again
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.vc62
-rw-r--r--src/urlglob.c5
2 files changed, 7 insertions, 0 deletions
diff --git a/src/Makefile.vc6 b/src/Makefile.vc6
index 9aea5d143..f9ecb9a9c 100644
--- a/src/Makefile.vc6
+++ b/src/Makefile.vc6
@@ -101,3 +101,5 @@ clean:
distrib: clean
-@erase $(PROGRAM_NAME)
+hugehelp.c: hugehelp.c.cvs
+ copy hugehelp.c.cvs hugehelp.c
diff --git a/src/urlglob.c b/src/urlglob.c
index b7c84a7f6..ace4712c2 100644
--- a/src/urlglob.c
+++ b/src/urlglob.c
@@ -29,8 +29,13 @@
#include <string.h>
#include <ctype.h>
#include <curl/curl.h>
+
+#define _MPRINTF_REPLACE /* we want curl-functions instead of native ones */
+#include <curl/mprintf.h>
+
#include "urlglob.h"
+
#ifdef CURLDEBUG
#include "../lib/memdebug.h"
#endif