Skip to content

Commit 9c5d201

Browse files
authored
Merge pull request #4999 from dg0yt/macro-failed
Fix redefinition of FAILED
2 parents 5f65846 + 93eb42f commit 9c5d201

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ctest/cblas_test.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
#define int long
1111
#endif
1212

13+
/* e.g. mingw64/x86_64-w64-mingw32/include/winerror.h */
14+
#ifdef FAILED
15+
#undef FAILED
16+
#endif
17+
1318
#define TRUE 1
1419
#define PASSED 1
1520
#define TEST_ROW_MJR 1

0 commit comments

Comments
 (0)