mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 01:19:45 +08:00
Let wxFileSystemHandler fall back to its built-in extension MIME map when the MIME manager finds a file type but cannot return a MIME type. This keeps .htm and .html files recognized as text/html on stripped Windows systems missing the registry Content Type value. Fixes #20967. Closes #26675.