Files
wxWidgets/include/wx/android
Hugo Armando Castellanos MoralesandVadim Zeitlin c52190e3d1 Fix building wxBase under Android
Link with "log" library and account for Android having gethostbyname_r()
but not getservbyname_r().

Also remove unnecessary include/wx/android/setup.h and config_android.h
files which seem to have been never used since they were added back in
1b4bff8262 (Add minimal support for building non-GUI parts of wxWidgets
for Android., 2012-02-26).

Closes #26539.

Co-authored-by: Vadim Zeitlin <vadim@wxwidgets.org>
2026-06-01 23:39:03 +02:00
..