We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a96ed98 + 0ce9e73 commit a515dc4Copy full SHA for a515dc4
1 file changed
3rdParty/LibJXR/image/decode/segdec.c
@@ -52,7 +52,9 @@ static Int DecodeSignificantAbsLevel (struct CAdaptiveHuffman *pAHexpt, BitIOInf
52
//================================================================
53
// Memory access functions
54
55
+#if !((defined(WIN32) && !defined(UNDER_CE) && (!defined(__MINGW32__) || defined(__MINGW64_TOOLCHAIN__))) || (defined(UNDER_CE) && defined(_ARM_)))
56
U32 _byteswap_ulong(U32);
57
+#endif
58
59
static U32 _FORCEINLINE _load4(void* pv)
60
{
0 commit comments