summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorShane Kearns <dbgshane@gmail.com>2013-01-08 18:47:37 +0000
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-01-21 12:40:52 +0100
commite3bd06426afce9773fa64afe1a9946647cdec181 (patch)
treed5a08b61bed50bec1a1ca49288f7b4e7a533df27 /src/corelib
parent5607259cccfa89111165c852238c808e371d5f33 (diff)
Fix socket binding on mingw builds
The mingw headers lack the IPV6_V6ONLY define, depending where you get them from. Currently the headers provided by mingw-builds are more complete than those from mingw.org itself. I have removed the compile time check, defined the macro if it is undefined, and it should be just a runtime check for if you are running on windows XP you get no dual stack binding. Task-number: QTBUG-28787 Task-number: QTBUG-28971 Task-number: QTBUG-28972 Change-Id: Iafadbb55d367c44ba9f812a24115e65591701b54 Reviewed-by: Ilya Sidorov Reviewed-by: Peter Hartmann <phartmann@rim.com> (cherry picked from commit d3c4296198947162b8d4d27758a6947c7a1a693e)
Diffstat (limited to 'src/corelib')
0 files changed, 0 insertions, 0 deletions