25 Jun
2024
25 Jun
'24
4:28 p.m.
On Tue Jun 25 16:24:56 2024 +0000, Alexandre Julliard wrote:
You can't use __has_builtin if it's not defined. Shall we copy
#ifndef __has_builtin
# define __has_builtin(x) 0
#endif
from include/msvcrt/setjmp.h or include/winnt.h? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/5915#note_74387