Fixed libsndfile, added test-sndfile project
This commit is contained in:
@@ -315,8 +315,8 @@ typedef struct SNDFILE_tag SNDFILE ;
|
||||
typedef __int64 sf_count_t ;
|
||||
#define SF_COUNT_MAX 0x7fffffffffffffffi64
|
||||
#else
|
||||
typedef int64_t sf_count_t ;
|
||||
#define SF_COUNT_MAX 0x7FFFFFFFFFFFFFFFLL
|
||||
typedef int32_t sf_count_t ;
|
||||
#define SF_COUNT_MAX 0x7FFFFFFFL
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user