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 b45015e commit 7cb2815Copy full SHA for 7cb2815
source/matplot/backend/gnuplot.cpp
@@ -37,7 +37,7 @@ namespace matplot::backend {
37
38
gnuplot::gnuplot() {
39
// 1st option: terminal in GNUTERM environment variable
40
-#if defined(_WIN32) || defined(_WIN64) || defined(__MINGW32__) || \
+#if defined(_MSC_VER) || \
41
defined(__CYGWIN__)
42
char *environment_terminal;
43
size_t len;
0 commit comments