Only 64-bit targets for now. Enabling this on 32-bit x86 requires additional work, as we need to provide exception helpers for modules that don’t link against msvcrt/ucrt. LLVM currently does not support `__try`/`__except` on 32-bit ARM.
While `__try`/`__except` is generally available on the MinGW target with `-fms-extensions`, `-fasync-exceptions` is currently supported only on the MSVC target. For that reason, I did not enable it for the MinGW target.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8112
--
v4: wineandroid: Use the EGL functions loaded from win32u.
winewayland: Use the EGL functions loaded from win32u.
win32u: Load EGL and expose functions in opengl_funcs.
include: Generate EGL prototypes and ALL_EGL_FUNCS macro.
win32u: Move the opengl_funcs tables out of the drivers.
win32u: Initialize opengl_funcs tables even on failure.
win32u: Pass opengl_funcs pointer to init_wgl_extensions.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8103
--
v3: wineandroid: Use the EGL functions loaded from win32u.
winewayland: Use the EGL functions loaded from win32u.
win32u: Load EGL and expose functions in opengl_funcs.
include: Generate EGL prototypes and ALL_EGL_FUNCS macro.
win32u: Move the opengl_funcs tables out of the drivers.
win32u: Initialize opengl_funcs tables even on failure.
win32u: Pass opengl_funcs pointer to init_wgl_extensions.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8103
--
v3: widl: Write the guid stream.
widl: Write the blob stream.
widl: Write the user string stream.
widl: Write the string stream.
widl: Initial support for generating Windows Runtime metadata.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8037
--
v2: wineandroid: Use the EGL functions loaded from win32u.
winewayland: Use the EGL functions loaded from win32u.
win32u: Load EGL and expose functions in opengl_funcs.
win32u: Move the opengl_funcs tables out of the drivers.
win32u: Initialize opengl_funcs tables even on failure.
win32u: Pass opengl_funcs pointer to init_wgl_extensions.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8103