Files
wxWidgets/include
Maarten Bent 1e8a937faa Always automatically define WX_PRECOMP for MSVC when not disabled
Configure builds were excluded, but this would also exclude CMake
because it uses the same __WX_SETUP_H__ define.

This was done back in 248eaddf7a when there were more Windows compilers,
of which some probably used configure. But over time he check has been
reduced to only __VISUALC__ which isn't used with configure. So there is
no reason to keep this check.

See #24353, #24632.

(cherry picked from commit 4d6bcd833f)
2024-06-22 15:58:58 +02:00
..