Commit c192372d authored by Paul Corke's avatar Paul Corke Committed by Jean-Baptiste Kempf

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

Fix compilation under MinGW/MSYS on WinXP Remove an error about a missing symbol WSA_QOS_EUNKNOWNPSOBJ
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 01461816
...@@ -26,6 +26,10 @@ ...@@ -26,6 +26,10 @@
#include <errno.h> #include <errno.h>
#include <vlc_network.h> #include <vlc_network.h>
#ifndef WSA_QOS_EUNKNOWNPSOBJ
# define WSA_QOS_EUNKNOWNPSOBJ 11024L
#endif
typedef struct typedef struct
{ {
int code; int code;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment