]> git.sesse.net Git - vlc/commitdiff
Fix compilation under MinGW/MSYS on WinXP Remove an error about a missing symbol...
authorPaul Corke <paul.corke@datatote.co.uk>
Thu, 17 Dec 2009 17:30:18 +0000 (17:30 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 27 Dec 2009 14:29:53 +0000 (15:29 +0100)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
src/network/winsock.c

index dd7f598feb260484c3c2c8ed78b865407686f61c..2584dff06727bd672cebd083e1538bfdf9584b85 100644 (file)
 #include <errno.h>
 #include <vlc_network.h>
 
+#ifndef WSA_QOS_EUNKNOWNPSOBJ
+# define WSA_QOS_EUNKNOWNPSOBJ 11024L
+#endif
+
 typedef struct
 {
     int code;