mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 02:03:12 +02:00
wxWidgets 3.1 has deprecated wxPATH_NORM_ALL when normalizing file paths when calling wxFileName::Normalize(). This change keeps the existing behavior except in places where our own internal ExpandEnvVarSubstitutions() to expand environment variables. (cherry picked from commit 898ec0d094c1b7b71918e3ad25cc73183a29b447)