add charlie's patch for MSC

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8451 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-15 03:30:31 +00:00
commit 26c3988b2f

View file

@ -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