Ticket #43270

Meson: _WIN32_WINNT defined too late

Eröffnet am: 2021-11-24 20:31 Letztes Update: 2021-12-14 14:57

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Gefixt
Datei:
1

Details

Meson configure checks set _WIN32_WINNT too late. It's used by the actual build, but not when running checks for availability of the functions. Some functions are only available when _WIN32_WINNT indicates new enough Windows version.

Ticket-Verlauf (3/5 Historien)

2021-11-24 20:31 Aktualisiert von: cazfi
  • New Ticket "Meson: _WIN32_WINNT defined too late" created
2021-11-27 15:00 Aktualisiert von: cazfi
  • Lösung Update from Keine to Accepted
2021-12-14 14:31 Aktualisiert von: cazfi
Kommentar

While this patch is still needed for providing baseline for further development (to add stuff to the moved code block), it does not, unlike assumed in the original submission, itself help in searching the functions that depend on Windows version being high enough. The checks ignore global options that we set here.

2021-12-14 14:57 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Accepted to Gefixt

Bearbeiten

Please login to add comment to this ticket » Anmelden