about summary refs log tree commit diff
path: root/src/etc/mingw-fix-include
AgeCommit message (Collapse)AuthorLines
2016-01-21etc: Remove the mingw-fix-include directoryAlex Crichton-69/+0
This isn't used anywhere
2015-03-15Strip trailing whitespaceTamir Duberstein-1/+1
2014-02-17Added more scripts to tidy checkDerek Guenther-0/+30
2013-11-08Define WSAPOLLFD only on mingw 4.xklutzy-0/+5
Fixes #10327
2013-09-17The purpose of these headers is to fix issues with mingw v4.0, as described ↵Vadim Chugunov-0/+34
in #9246. This works by adding this directory to GCC include search path before mingw system headers directories, so we can intercept their inclusions and add missing definitions without having to modify files in mingw/include.