build: Allow header compilation by Windows C++ compiler

pull/34/head
David Drysdale 9 years ago
parent 8042524c70
commit ce1ea79943
  1. 5
      config-win32.h

@ -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)) || \

Loading…
Cancel
Save