Files
wxWidgets/include
Vadim Zeitlin 9be394fe38 Make wxXmlInitResourceModule() safer to use
This function unconditionally added a new wxXmlResourceModule object to
the modules list which could result in problems if it had been already
initialized.

Ensure that we do this only if necessary by calling the new function
added to wxModule which checks if the module is already known and adds
and initializes only this module if it is not.

See #26111.

Closes #26039.
2026-01-25 01:41:54 +01:00
..