Skip to content

Commit

Permalink
Avoid redefinition of BOOST_TEST_DYN_LINK
Browse files Browse the repository at this point in the history
  • Loading branch information
jhasse committed Oct 25, 2020
1 parent 6febaed commit c4404a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unittest/TriangleTest.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef WIN32
#if !defined(_WIN32) && !defined(BOOST_TEST_DYN_LINK)
#define BOOST_TEST_DYN_LINK
#endif
#include <boost/test/unit_test.hpp>
Expand Down
2 changes: 1 addition & 1 deletion unittest/main.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#ifndef WIN32
#if !defined(_WIN32) && !defined(BOOST_TEST_DYN_LINK)
#define BOOST_TEST_DYN_LINK
#endif
#define BOOST_TEST_MODULE Poly2triTest
Expand Down

0 comments on commit c4404a7

Please sign in to comment.