Ticket #43407

Meson: Set _WIN32_WINNT when searching for functions

Eröffnet am: 2021-12-14 14:36 Letztes Update: 2022-01-02 10:55

Auswertung:
Verantwortlicher:
Typ:
Status:
Geschlossen
Komponente:
Meilenstein:
Priorität:
5 - Mittel
Schweregrad:
5 - Mittel
Lösung:
Ungültiger
Datei:
Keine

Details

Meson configure does not currently find functions that would require higher (than what ever is the minimum with msys2 headers) Windows version. To change that, set _WIN32_WINNT for these checks (they ignore global options where it's currently set), so they know that functions available only in later Windows versions suffice.

Ticket-Verlauf (3/3 Historien)

2021-12-14 14:36 Aktualisiert von: cazfi
  • New Ticket "Meson: Set _WIN32_WINNT when searching fo functions" created
2021-12-14 15:10 Aktualisiert von: cazfi
  • Summary Updated
2022-01-02 10:55 Aktualisiert von: cazfi
  • Status Update from Offen to Geschlossen
  • Verantwortlicher Update from (Keine) to cazfi
  • Lösung Update from Keine to Ungültiger
Kommentar

This is not needed - premises turned out to be false. Function search is interested about the library files only. It doesn't care about headers, and how they are parsed, at all.

Dateianhangliste

Keine Anhänge

Bearbeiten

Please login to add comment to this ticket » Anmelden