Skip to content

Commit

Permalink
Solve NOMINMAX differently.
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed May 23, 2024
1 parent 3192c1d commit af025e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/tests_high_five.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
// The list of identifiers is taken from `Boost::Predef`.
#if defined(_WIN32) || defined(_WIN64) || defined(__WIN32__) || defined(__TOS_WIN__) || \
defined(__WINDOWS__)
#define NOMINMAX
#include <Windows.h>
#endif

Expand Down

0 comments on commit af025e7

Please sign in to comment.