Loading lib/setup.h +3 −0 Original line number Original line Diff line number Diff line Loading @@ -298,6 +298,9 @@ # define struct_stat struct _stat # define struct_stat struct _stat #endif #endif #ifndef struct_stat # define struct_stat struct stat #endif /* Below we define some functions. They should /* Below we define some functions. They should 1. close a socket 1. close a socket Loading src/main.c +4 −0 Original line number Original line Diff line number Diff line Loading @@ -238,6 +238,10 @@ typedef enum { # define struct_stat struct _stat # define struct_stat struct _stat #endif #endif #ifndef struct_stat # define struct_stat struct stat #endif #ifdef CURL_DOES_CONVERSIONS #ifdef CURL_DOES_CONVERSIONS #ifdef HAVE_ICONV #ifdef HAVE_ICONV iconv_t inbound_cd = (iconv_t)-1; iconv_t inbound_cd = (iconv_t)-1; Loading Loading
lib/setup.h +3 −0 Original line number Original line Diff line number Diff line Loading @@ -298,6 +298,9 @@ # define struct_stat struct _stat # define struct_stat struct _stat #endif #endif #ifndef struct_stat # define struct_stat struct stat #endif /* Below we define some functions. They should /* Below we define some functions. They should 1. close a socket 1. close a socket Loading
src/main.c +4 −0 Original line number Original line Diff line number Diff line Loading @@ -238,6 +238,10 @@ typedef enum { # define struct_stat struct _stat # define struct_stat struct _stat #endif #endif #ifndef struct_stat # define struct_stat struct stat #endif #ifdef CURL_DOES_CONVERSIONS #ifdef CURL_DOES_CONVERSIONS #ifdef HAVE_ICONV #ifdef HAVE_ICONV iconv_t inbound_cd = (iconv_t)-1; iconv_t inbound_cd = (iconv_t)-1; Loading