IssueNo:#I3IMWT

Description:use posix instead of lwip self
Feature or Bugfix:Bugfix
Binary Source:No
This commit is contained in:
YOUR_NAME 2021-04-15 19:49:30 +08:00
parent 0cfa7bfcc2
commit c40329e1ea
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
#define LWIP_DNS_API_DEFINE_ERRORS 0 #define LWIP_DNS_API_DEFINE_ERRORS 0
#define LWIP_DNS_API_DEFINE_FLAGS 0 #define LWIP_DNS_API_DEFINE_FLAGS 0
#define LWIP_DNS_API_DECLARE_STRUCTS 0 #define LWIP_DNS_API_DECLARE_STRUCTS 0
#define LWIP_DNS_API_DECLARE_H_ERRNO 0
#ifndef __SIZEOF_POINTER__ #ifndef __SIZEOF_POINTER__
#define __SIZEOF_POINTER__ 4 // 32 bit system #define __SIZEOF_POINTER__ 4 // 32 bit system