On Wed Oct 16 09:38:08 2024 +0000, Fabian Maurer wrote:
I think there's a bunch of places where things could be made const, is there a specific reason you changed this one?
No. I just have a local/specific code which calls the `COMDLG32_SplitFileNames()` function passing address(es) of non-modifiable string(s). In other words, I just found this case "accidentally".