We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ctest.h
1 parent 0f5b8a2 commit 77d996eCopy full SHA for 77d996e
1 file changed
test/ctest.h
@@ -271,6 +271,7 @@ void assert_dbl_compare(const char *cmp, double exp, double real, double tol, co
271
#include <unistd.h>
272
#elif defined(_WIN32)
273
#include <io.h>
274
+#define STDOUT_FILENO 0
275
#endif
276
#include <stdint.h>
277
#include <stdlib.h>
0 commit comments