Skip to content

Support windows

Mateusz C requested to merge s2innovation-partners/hdbpp-es:support-windows into main

Proposal of the changes that allowed me to compile on Windows

  • please see this also as the changes to cmake are similar
  • Migrated from timeval and _timeb to std::chrono
  • std::min and std::max were causing troubles, so had to use NOMINMAX macro.

I hope it will be helpful for somebody who wants to run it on windows in future.

Edited by Mateusz C

Merge request reports