mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-12 21:24:14 +00:00
FS-5971 --resolve
This commit is contained in:
parent
bc05b4c6ce
commit
06e1d700ab
@ -268,7 +268,7 @@ typedef intptr_t switch_ssize_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if UINTPTR_MAX == 0xffffffffffffffff
|
#if UINTPTR_MAX == 0xffffffffffffffff || defined(_WIN64)
|
||||||
#define FS_64BIT 1
|
#define FS_64BIT 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if UINTPTR_MAX == 0xffffffffffffffff
|
#if UINTPTR_MAX == 0xffffffffffffffff || defined(_WIN64)
|
||||||
#define _fs__bits "64bit"
|
#define _fs__bits "64bit"
|
||||||
#else
|
#else
|
||||||
#define _fs__bits "32bit"
|
#define _fs__bits "32bit"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user