mirror of
https://github.com/curl/curl.git
synced 2026-07-24 12:37:20 +03:00
".\lib\multi.h" shadows for <curl/multi.h> in Watcom.
Force including ../include/curl/multi.h.
This commit is contained in:
parent
29102befa6
commit
bb9e5565f2
2 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,10 @@
|
|||
* $Id$
|
||||
***************************************************************************/
|
||||
|
||||
/* This file shadows for <curl/multi.h> in some compilers
|
||||
*/
|
||||
#include <curl/multi.h>
|
||||
|
||||
/*
|
||||
* Prototypes for library-wide functions provided by multi.c
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -31,6 +31,7 @@
|
|||
#include <idna.h>
|
||||
#endif
|
||||
|
||||
#include "multi.h"
|
||||
#include "strerror.h"
|
||||
|
||||
#define _MPRINTF_REPLACE /* use our functions only */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue