mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-29 18:11:33 +00:00
build: partial libsndfile build fix (FSBUILD-180)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@14330 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
068efb1118
commit
14c5052db5
@ -39,7 +39,7 @@
|
||||
|
||||
#if (SIZEOF_LONG == 8)
|
||||
# define SF_PLATFORM_S64(x) x##l
|
||||
#elif COMPILER_IS_GCC
|
||||
#elif COMPILER_IS_GCC || __SUNPRO_C
|
||||
# define SF_PLATFORM_S64(x) x##ll
|
||||
#elif OS_IS_WIN32
|
||||
# define SF_PLATFORM_S64(x) x##I64
|
||||
|
Loading…
x
Reference in New Issue
Block a user