mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
remove hack
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user