mirror of
https://github.com/curl/curl.git
synced 2026-08-25 08:13:31 +03:00
only define _REENTRANT if not already defined, and only in setup.h
This commit is contained in:
parent
779ca09775
commit
5f0366c2cb
8 changed files with 2 additions and 16 deletions
|
|
@ -26,8 +26,6 @@
|
|||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#define _REENTRANT
|
||||
|
||||
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)
|
||||
#include <malloc.h>
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue