9 Feb
2024
9 Feb
'24
4:09 p.m.
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. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5048#note_60728