Skip to content

Commit

Permalink
Undefine NOMINMAX and WIN32_LEAN_AND_MEAN in windows unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
falbrechtskirchinger committed Sep 12, 2022
1 parent 0adf6cd commit 50e937e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/src/unit-windows_h.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
// SPDX-License-Identifier: MIT

#include "doctest_compatibility.h"
#undef WIN32_LEAN_AND_MEAN
#undef NOMINMAX

#ifdef _WIN32
#include <windows.h>
Expand Down

0 comments on commit 50e937e

Please sign in to comment.