Rename Intsafe.h to intsafe.h for case-sensitive OS

Signed-off-by: Tristan Matthews <tmatth@videolan.org>
This commit is contained in:
Nam Se Hyun 2024-09-10 15:42:46 +09:00 committed by Tristan Matthews
parent 5854a9f7de
commit 1884ec0fe8
No known key found for this signature in database
GPG key ID: 127B10EED8765B47

View file

@ -72,7 +72,7 @@ static OPUS_INLINE int verify_assumptions(const silk_encoder_state *psEncC)
/* Intrinsics not defined on MSVC */
#ifdef _MSC_VER
#include <Intsafe.h>
#include <intsafe.h>
static inline int __builtin_sadd_overflow(opus_int32 a, opus_int32 b, opus_int32* res)
{
*res = a+b;