mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
a42e3f2bf9
The MFC test's mfc1 directory was a "VS-MFC-wizard-generated" starter MFC app, using VS 7.1 as the generator. There's one define used in the generated rc file that was not available back in the VS6 days... Put a conditional define in here based on _MSC_VER to enable the test app to build on VS6 dashboards.