We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ecc7c3 commit f2d68d5Copy full SHA for f2d68d5
src/sat/kissat/colors.c
@@ -1,6 +1,6 @@
1
#include "colors.h"
2
3
-#ifdef WIN32
+#if defined(WIN32) && !defined(__MINGW32__)
4
#define isatty _isatty
5
#else
6
#include <unistd.h>
0 commit comments