Loading lib/curl_setup_once.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -440,7 +440,7 @@ typedef int sig_atomic_t; * (or equivalent) on this platform to hide platform details to code using it. * (or equivalent) on this platform to hide platform details to code using it. */ */ #ifdef WIN32 #if defined(WIN32) && !defined(USE_LWIPSOCK) #define ERRNO ((int)GetLastError()) #define ERRNO ((int)GetLastError()) #define SET_ERRNO(x) (SetLastError((DWORD)(x))) #define SET_ERRNO(x) (SetLastError((DWORD)(x))) #else #else Loading Loading
lib/curl_setup_once.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -440,7 +440,7 @@ typedef int sig_atomic_t; * (or equivalent) on this platform to hide platform details to code using it. * (or equivalent) on this platform to hide platform details to code using it. */ */ #ifdef WIN32 #if defined(WIN32) && !defined(USE_LWIPSOCK) #define ERRNO ((int)GetLastError()) #define ERRNO ((int)GetLastError()) #define SET_ERRNO(x) (SetLastError((DWORD)(x))) #define SET_ERRNO(x) (SetLastError((DWORD)(x))) #else #else Loading