Skip to content

Commit

Permalink
change #ifdef of _dupenv_s branch in gnuplot.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
rath3t committed Jun 7, 2021
1 parent b45015e commit 7cb2815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/matplot/backend/gnuplot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ namespace matplot::backend {

gnuplot::gnuplot() {
// 1st option: terminal in GNUTERM environment variable
#if defined(_WIN32) || defined(_WIN64) || defined(__MINGW32__) || \
#if defined(_MSC_VER) || \
defined(__CYGWIN__)
char *environment_terminal;
size_t len;
Expand Down

0 comments on commit 7cb2815

Please sign in to comment.