GNOME Bugzilla – Bug 587080
rtsp fails to compile - doesn't see some ws2tcpip functions
Last modified: 2009-06-27 12:02:37 UTC
Because WINVER 0x0501 is required. rtspconnection.c defines it too late, when it is already defined by windef.h (pulled by winsock2.h).
Created attachment 137437 [details] [review] Moves WINVER definition
commit 4503b780ecff8366572b899dffca3665ccdd20ca Author: Руслан Ижбулатов <lrn1986@gmail.com> Date: Fri Jun 26 21:48:58 2009 +0400 Define WINVER before including any win headers Fixes bug #587080.