[Git][wine/vkd3d][master] build: Use a more elaborate check for _strtod_l()/_strtof_l()/strtof_l().
Henri Verbeet pushed to branch master at wine / vkd3d Commits: 8eb7135f by Henri Verbeet at 2026-05-19T11:34:32+02:00 build: Use a more elaborate check for _strtod_l()/_strtof_l()/strtof_l(). Mainly to deal with _strtof_l() on MinGW. Elizabeth reports that the existing version check is insufficient for her. The issue is actually with the CRT used, not the compiler, and those are somewhat independent. - - - - - 3 changed files: - configure.ac - libs/vkd3d-shader/vkd3d_shader_main.c - m4/check-functions.m4 View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/8eb7135ffebcd988d4c8a64e1a22fb... -- View it on GitLab: https://gitlab.winehq.org/wine/vkd3d/-/commit/8eb7135ffebcd988d4c8a64e1a22fb... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Henri Verbeet (@hverbeet)