Robert Shearman rob@codeweavers.com writes:
Alexandre Julliard wrote:
I don't think we want to disable exceptions, that will just lead to broken builds. It should be possible to make the sigsetjmp variant work for MinGW.
You can make it compile by using sigjmp instead of sigsetjmp, but there's not much point because the code depends on Wine-only functions in ntdll that aren't available on Windows and so would cause the DLLs not to load.
Yes, but the functions could be moved to winecrt0 or something like that and get statically linked into the dll.