mirror of
https://github.com/curl/curl.git
synced 2026-07-28 15:33:08 +03:00
Juan F. Codagnone's fixes to build properly on Windows again
This commit is contained in:
parent
a91ce6a5d6
commit
1a94fee42d
4 changed files with 29 additions and 1 deletions
|
|
@ -101,3 +101,5 @@ clean:
|
|||
distrib: clean
|
||||
-@erase $(PROGRAM_NAME)
|
||||
|
||||
hugehelp.c: hugehelp.c.cvs
|
||||
copy hugehelp.c.cvs hugehelp.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue