mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-01-16 07:09:58 +00:00
Apply patch from Ambroz Bizjak:
I think that "#define SZT_F PRIuPTR" has a much better chance of being right, making the assumption that uintptr_t is the same as size_t. Dirk: I think Ambroz is right.
This commit is contained in:
parent
9d0546839c
commit
afa2a96085
@ -106,7 +106,7 @@ typedef uintptr_t mem_ptr_t;
|
||||
#define X32_F PRIx32
|
||||
#endif
|
||||
#ifndef SZT_F
|
||||
#define SZT_F PRIuMAX
|
||||
#define SZT_F PRIuPTR
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user