c4907129f4
Exporting these classes doesn't seem necessary as they only have inline functions and doing it results in problems with MSVC as it also, apparently, exports the corresponding specialization of std::vector<T> from the wxWidgets DLLs which can clash with the use of std::vector<T> in the user code or even in 3rd party libraries included in wx itself, such as Scintilla, so this change fixes link errors in "DLL Debug" build configuration when using MSVC. Closes #10884. |
||
---|---|---|
.. | ||
msvc/wx | ||
wx |