Jacek Caban (@jacek) commented about dlls/jscript/arraybuf.c:
return S_OK;
}
+static inline void copy_type_data(void *dst, const void *src, unsigned type_size, BOOL little_endian) +{ +#ifdef WORDS_BIGENDIAN
There is no need to worry about native bigendians.