wxwidgets/include
Václav Slavík 2388f5d33f Don't crash if WXPREFIX env. variable is set
Change wxGetInstallPrefix() to return a string instead of const
wxChar*. The latter was incorrectly obtained from a temporary string if
WXPREFIX was set. While it's possible to fix in a backward compatible
manner without changing the function's signature, it's not worth the
effort for something pretty obscure and used mostly internally.
2020-10-08 18:50:56 +02:00
..
msvc/wx Remove unused code inside MSVC 6 version checks 2019-10-21 20:36:08 +02:00
wx Don't crash if WXPREFIX env. variable is set 2020-10-08 18:50:56 +02:00