Skip to content

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)

Merge request reports