1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-11-20 16:52:27 +00:00

build: Allow header compilation by Windows C++ compiler

This commit is contained in:
David Drysdale
2015-12-30 13:54:39 +00:00
parent 8042524c70
commit ce1ea79943

View File

@ -211,6 +211,11 @@
/* Define to the return type of signal handlers (int or void). */
#define RETSIGTYPE void
#ifdef __cplusplus
/* Compiling headers in C++ mode means bool is available */
#define HAVE_BOOL_T
#endif
/* Define if ssize_t is not an available 'typedefed' type. */
#ifndef _SSIZE_T_DEFINED
# if (defined(__WATCOMC__) && (__WATCOMC__ >= 1240)) || \