Files
wxWidgets/include/wx/protocol
Vadim Zeitlin 32355b04e5 Avoid error about wrong "override" when wxUSE_SOCKETS=0
It doesn't make much sense to enable wxUSE_PROTOCOL without
wxUSE_SOCKETS, but if this does happen, it shouldn't result in an error,
so add another test for wxUSE_SOCKETS, in addition to the ones already
present in this header.
2025-07-29 22:54:37 +02:00
..