Commit 3ead0c71 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix Winsock

parent f1e6d5dc
......@@ -28,6 +28,10 @@
# include "config.h"
#endif
#ifdef WIN32
# define _WIN32_WINNT 0x0501
#endif
#include <vlc/vlc.h>
#include <vlc_plugin.h>
#include <vlc_sout.h>
......
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