Skip to content

Commit

Permalink
Fix redefinition of FAILED
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt authored Dec 3, 2024
1 parent 0578a89 commit 93eb42f
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 93eb42f

Please sign in to comment.