mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
win32 port: add x64 configurations
This commit is contained in:
@@ -80,7 +80,11 @@ typedef int sys_prot_t;
|
||||
|
||||
#define S16_F "hd"
|
||||
#define X16_F "hx"
|
||||
#ifdef _WIN64
|
||||
#define SZT_F "llu"
|
||||
#else
|
||||
#define SZT_F "lu"
|
||||
#endif
|
||||
#endif /* _MSC_VER */
|
||||
|
||||
/* Compiler hints for packing structures */
|
||||
|
||||
Reference in New Issue
Block a user