Ticket #43407

Meson: Set _WIN32_WINNT when searching for functions

Date d'ouverture: 2021-12-14 14:36 Dernière mise à jour: 2022-01-02 10:55

Rapporteur:
Propriétaire:
Type:
État:
Atteints
Composant:
Priorité:
5 - moyen
Sévérité:
5 - moyen
Résolution:
Invalid
Fichier:
Aucun

Détails

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 History (3/3 Histories)

2021-12-14 14:36 Updated by: cazfi
  • New Ticket "Meson: Set _WIN32_WINNT when searching fo functions" created
2021-12-14 15:10 Updated by: cazfi
  • Summary Updated
2022-01-02 10:55 Updated by: cazfi
  • État Update from Ouvert to Atteints
  • Propriétaire Update from (Aucun) to cazfi
  • Résolution Update from Aucun to Invalid
Commentaire

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.

Attachment File List

No attachments

Modifier

Please login to add comment to this ticket » Connexion