mirror of
https://github.com/wxWidgets/wxWidgets.git
synced 2026-08-18 09:30:13 +08:00
Configure builds were excluded, but this would also exclude CMake because it uses the same __WX_SETUP_H__ define. This was done back in248eaddf7awhen 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 commit4d6bcd833f)