]> granicus.if.org Git - postgresql/commit
Silence warnings about redefining popen on Mingw-w64.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 15 May 2014 09:18:49 +0000 (12:18 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 15 May 2014 09:18:49 +0000 (12:18 +0300)
commita82a17475d8a8a91df5fd1448b0f93772f590ecd
treecc6319d09aeed9bc2280942b1db51d3716d57b06
parent4773c70aa4c938c367ee179f7301f70a4efabc0e
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.
src/include/port.h