[vlc-devel] commit: Fix compilation under MinGW/ MSYS on WinXP Remove an error about a missing symbol WSA_QOS_EUNKNOWNPSOBJ (Paul Corke )

git version control git at videolan.org
Sat Jan 9 16:06:34 CET 2010


vlc-1.0-bugfix | branch: master | Paul Corke <paul.corke at datatote.co.uk> | Thu Dec 17 17:30:18 2009 +0000| [3add9f6cc1914066d2c5985a97ef59e96bec18cc] | committer: Jean-Baptiste Kempf 

Fix compilation under MinGW/MSYS on WinXP Remove an error about a missing symbol WSA_QOS_EUNKNOWNPSOBJ

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
(cherry picked from commit c192372d70547e81c4da314e9b4e5ad887c9985a)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc-1.0-bugfix.git/?a=commit;h=3add9f6cc1914066d2c5985a97ef59e96bec18cc
---

 src/network/winsock.c |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/network/winsock.c b/src/network/winsock.c
index dd7f598..2584dff 100644
--- a/src/network/winsock.c
+++ b/src/network/winsock.c
@@ -26,6 +26,10 @@
 #include <errno.h>
 #include <vlc_network.h>
 
+#ifndef WSA_QOS_EUNKNOWNPSOBJ
+# define WSA_QOS_EUNKNOWNPSOBJ 11024L
+#endif
+
 typedef struct
 {
     int code;




More information about the vlc-devel mailing list