Skip to content

Commit

Permalink
Merge pull request OpenMathLib#4999 from dg0yt/macro-failed
Browse files Browse the repository at this point in the history
Fix redefinition of FAILED
  • Loading branch information
martin-frbg authored Dec 4, 2024
2 parents 5f65846 + 93eb42f commit 9c5d201
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ctest/cblas_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
#define int long
#endif

/* e.g. mingw64/x86_64-w64-mingw32/include/winerror.h */
#ifdef FAILED
#undef FAILED
#endif

#define TRUE 1
#define PASSED 1
#define TEST_ROW_MJR 1
Expand Down

0 comments on commit 9c5d201

Please sign in to comment.