From 990e56fb13e1e538415a69c69754b21609a14ed6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 8 Jun 2006 06:12:30 +0000 Subject: Brian Dessent's fixes for cygwin builds --- src/main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index 0392d89a3..cf40b0e2c 100644 --- a/src/main.c +++ b/src/main.c @@ -3242,7 +3242,7 @@ static void free_config_fields(struct Configurable *config) curl_slist_free_all(config->headers); } -#if defined(WIN32) && !defined(__CYGWIN32__) +#if defined(WIN32) && !defined(__CYGWIN__) /* Function to find CACert bundle on a Win32 platform using SearchPath. * (SearchPath is already declared via inclusions done in setup header file) @@ -3485,7 +3485,7 @@ operate(struct Configurable *config, int argc, char *argv[]) if(env) curl_free(env); -#if defined(WIN32) && !defined(__CYGWIN32__) +#if defined(WIN32) && !defined(__CYGWIN__) else FindWin32CACert(config, "curl-ca-bundle.crt"); #endif -- cgit v1.2.3