summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2016-02-09 15:16:57 +0100
committerMichael Tokarev <mjt@tls.msk.ru>2016-02-11 15:15:47 +0300
commit1834ed3afc578b8dbf39838cfdf27d457771a334 (patch)
tree10fceee8af46217b8ffc0993aa034485f61e2684 /configure
parent91dbeeda2d2cf85e733ddd86aa84de12bdf8cd4a (diff)
downloadqemu-1834ed3afc578b8dbf39838cfdf27d457771a334.tar.gz
w32: include winsock2.h before windows.h
Recent Fedora complains while compiling ui/sdl.c: /usr/x86_64-w64-mingw32/sys-root/mingw/include/winsock2.h:15:2: warning: #warning Please include winsock2.h before windows.h [-Wcpp] And with this patch we dutifully obey. Stefan Weil: Without that patch, windows.h will include winsock.h (which conflicts with winsock2.h) when compiling sdl.c. Normally we define WIN32_LEAN_AND_MEAN, and windows.h won't include winsock.h. include/ui/sdl2.h and ui/sdl.c undefine that macro, so the order of the include files is important. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions