Browse Source

Disable LWIP_PROVIDE_ERRNO

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

4
src/lwipopts.h

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

Loading…
Cancel
Save