mirror of
https://github.com/curl/curl.git
synced 2026-08-02 09:30:29 +03:00
extern declarations no longer done on windows (T. Bharath's patch)
This commit is contained in:
parent
4034f31823
commit
aace68c91b
2 changed files with 4 additions and 0 deletions
|
|
@ -1151,7 +1151,9 @@ int curl_msprintf(char *buffer, const char *format, ...)
|
|||
return retcode;
|
||||
}
|
||||
|
||||
#ifndef WIN32 /* not needed on win32 */
|
||||
extern int fputc(int, FILE *);
|
||||
#endif
|
||||
|
||||
int curl_mprintf(const char *format, ...)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue