mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-26 19:40:24 +00:00
src/sndfile.h.in: SF_COUNT_MAX define tweaks
* Drop special condition for VC <= 2003 * Fix SF_COUNT_MAX redefine in config.h
This commit is contained in:
parent
fe9971fa28
commit
317a16a12f
@ -345,11 +345,8 @@ typedef struct SNDFILE_tag SNDFILE ;
|
||||
** and the Microsoft compiler.
|
||||
*/
|
||||
|
||||
#if defined (_MSC_VER)
|
||||
typedef __int64 sf_count_t ;
|
||||
#define SF_COUNT_MAX 0x7fffffffffffffffi64
|
||||
#else
|
||||
typedef @TYPEOF_SF_COUNT_T@ sf_count_t ;
|
||||
#ifndef SF_COUNT_MAX
|
||||
#define SF_COUNT_MAX @SF_COUNT_MAX@
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user