[vlc-commits] win32: use winsock2.h instead of winsock.h
Steve Lhomme
git at videolan.org
Thu Apr 12 10:44:44 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Thu Apr 12 10:16:29 2018 +0200| [08b3df2fdbb0bf61631e85127fe7e51520235a3f] | committer: Steve Lhomme
win32: use winsock2.h instead of winsock.h
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=08b3df2fdbb0bf61631e85127fe7e51520235a3f
---
src/win32/specific.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/win32/specific.c b/src/win32/specific.c
index d00c932a5f..cf5836af0b 100644
--- a/src/win32/specific.c
+++ b/src/win32/specific.c
@@ -34,7 +34,7 @@
#include "config/vlc_getopt.h"
#include <mmsystem.h>
-#include <winsock.h>
+#include <winsock2.h>
static int system_InitWSA(int hi, int lo)
{
More information about the vlc-commits
mailing list