mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
FS-5971 --resolve
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if UINTPTR_MAX == 0xffffffffffffffff
|
||||
#if UINTPTR_MAX == 0xffffffffffffffff || defined(_WIN64)
|
||||
#define _fs__bits "64bit"
|
||||
#else
|
||||
#define _fs__bits "32bit"
|
||||
|
||||
Reference in New Issue
Block a user