Browse Source

Disable LWIP_PROVIDE_ERRNO

master
Xadhoom 5 years ago
parent
commit
cbe9085b34
  1. 2
      ports/win32/include/arch/cc.h

2
ports/win32/include/arch/cc.h

@ -47,7 +47,7 @@
#define LWIP_PROVIDE_ERRNO /* provide errno for MSVC pre-2017 */
#endif
#else /* _MSC_VER */
#define LWIP_PROVIDE_ERRNO /* provide errno for non-MSVC */
// #define LWIP_PROVIDE_ERRNO /* provide errno for non-MSVC */
#endif /* _MSC_VER */
/* Define platform endianness (might already be defined) */

Loading…
Cancel
Save