Browse Source

Disable LWIP_PROVIDE_ERRNO

pull/8/head
staphen 4 years ago
parent
commit
a34ba7f1cc
No known key found for this signature in database
GPG Key ID: E6D757EEF0CE235F
  1. 4
      src/lwipopts.h

4
src/lwipopts.h

@ -57,8 +57,8 @@
#if __ANDROID__ #if __ANDROID__
//#define LWIP_PROVIDE_ERRNO 0 //#define LWIP_PROVIDE_ERRNO 0
#define SOCKLEN_T_DEFINED #define SOCKLEN_T_DEFINED
#elif !defined(_MSC_VER) //#elif !defined(_MSC_VER)
#define LWIP_PROVIDE_ERRNO 1 //#define LWIP_PROVIDE_ERRNO 1
#endif #endif
// Sockets // Sockets
#define LWIP_SOCKET 1 #define LWIP_SOCKET 1

Loading…
Cancel
Save