Fix windows.h include logic
windows.h was being included only for MSVC, while in UnitTestTimer.cxx, the Windows function Sleep was being called after check for _WIN32. This was causing compilation failure in MINGW.
Fixes #122 (closed)
System updates will be applied on Nov 25th between 7am and 9am, EST (UTC-05:00). This site will have intermittent downtime during that time.
windows.h was being included only for MSVC, while in UnitTestTimer.cxx, the Windows function Sleep was being called after check for _WIN32. This was causing compilation failure in MINGW.
Fixes #122 (closed)