Silence warnings about redefining popen on Mingw-w64.

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: a82a17475d8a8a91df5fd1448b0f93772f590ecd
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2014-05-15T09:18:49Z
Releases: 9.4.0
Silence warnings about redefining popen on Mingw-w64.

Mingw-w64 headers map popen/pclose to _popen and _pclose, but we want to use
our popen wrapper rather than the Mingw-w64. #undef the Mingw's version.

Files

PathChange+/−
src/include/port.h modified +12 −0