Follow-up of dcf68aefd7 - disable old from builds against wxWidgets 3.1.3

This commit is contained in:
enricoturri1966 2020-06-16 08:15:36 +02:00
parent dcf68aefd7
commit af5c3583e8
3 changed files with 9 additions and 1 deletions

View file

@ -61,7 +61,9 @@ void on_window_geometry(wxTopLevelWindow *tlw, std::function<void()> callback)
#endif
}
#if !wxVERSION_EQUAL_OR_GREATER_THAN(3,1,3)
wxDEFINE_EVENT(EVT_DPI_CHANGED_SLICER, DpiChangedEvent);
#endif // !wxVERSION_EQUAL_OR_GREATER_THAN
#ifdef _WIN32
template<class F> typename F::FN winapi_get_function(const wchar_t *dll, const char *fn_name) {