mirror of
https://github.com/curl/curl.git
synced 2026-06-06 12:04:17 +03:00
sigh, define TRUE if not already
This commit is contained in:
parent
5470b9aa73
commit
1dcb2b7e65
1 changed files with 5 additions and 0 deletions
|
|
@ -45,6 +45,11 @@
|
|||
#include "ares_dns.h"
|
||||
#include "ares_private.h"
|
||||
|
||||
#ifndef TRUE
|
||||
/* at least Solaris 7 does not have TRUE at this point */
|
||||
#define TRUE 1
|
||||
#endif
|
||||
|
||||
#if (defined(WIN32) || defined(WATT32)) && !defined(MSDOS)
|
||||
#define GET_ERRNO() WSAGetLastError()
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue