Browse Source
Merge pull request #4999 from dg0yt/macro-failed
Fix redefinition of FAILED
tags/v0.3.29
Martin Kroeker
GitHub
10 months ago
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
0 deletions
-
ctest/cblas_test.h
|
|
@@ -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 |
|
|
|