Brian Dessent's fixes for cygwin builds

This commit is contained in:
Daniel Stenberg
2006-06-08 06:12:30 +00:00
parent 2bd3033f68
commit 990e56fb13
8 changed files with 83 additions and 36 deletions

View File

@@ -157,7 +157,7 @@ static long ConnectionStore(struct SessionHandle *data,
#ifndef USE_ARES
/* not for Win32, unless it is cygwin
not for ares builds */
#if !defined(WIN32) || defined(__CYGWIN32__)
#if !defined(WIN32) || defined(__CYGWIN__)
#ifndef RETSIGTYPE
#define RETSIGTYPE void