reverted due to breaking official toolchain and 4.8.2 32 bit is buggy as hell (nw)
This commit is contained in:
parent
0de5875a94
commit
06f43bd01c
@ -1092,11 +1092,7 @@ void ns_server_free(struct ns_server *s) {
|
||||
#define STR(x) STRX(x)
|
||||
#define __func__ __FILE__ ":" STR(__LINE__)
|
||||
#endif
|
||||
#if defined _MSC_VER
|
||||
#define INT64_FMT "I64d"
|
||||
#else
|
||||
#define INT64_FMT "lld"
|
||||
#endif
|
||||
#define stat(x, y) mg_stat((x), (y))
|
||||
#define fopen(x, y) mg_fopen((x), (y))
|
||||
#define open(x, y) mg_open((x), (y))
|
||||
|
Loading…
Reference in New Issue
Block a user