Skip to content
Snippets Groups Projects
Commit c192372d authored by Paul Corke's avatar Paul Corke Committed by Jean-Baptiste Kempf
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment