diff --git a/SWIG/Source/Swig/misc.c b/SWIG/Source/Swig/misc.c index e21eacbf3..cf8d9a13e 100644 --- a/SWIG/Source/Swig/misc.c +++ b/SWIG/Source/Swig/misc.c @@ -733,7 +733,7 @@ int Swig_scopename_check(String *s) { extern FILE *popen(const char *command, const char *type); extern int pclose(FILE *stream); #else -# if defined _MSC_VER +# if defined(_MSC_VER) # define HAVE_POPEN 1 # define popen _popen # define pclose _pclose