mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
remove hack
This commit is contained in:
parent
780890b5de
commit
3464c651c0
@ -253,12 +253,8 @@ typedef intptr_t switch_ssize_t;
|
||||
#endif
|
||||
|
||||
#ifndef SWITCH_INT64_T_FMT
|
||||
#ifdef __sun
|
||||
#define SWITCH_INT64_T_FMT "ld"
|
||||
#else
|
||||
#define SWITCH_INT64_T_FMT (sizeof (long) == 8 ? "ld" : "lld")
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SWITCH_UINT64_T_FMT
|
||||
#define SWITCH_UINT64_T_FMT (sizeof (long) == 8 ? "lu" : "llu")
|
||||
|
Loading…
x
Reference in New Issue
Block a user