Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
4k
Issue boards
Milestones
Code
Merge requests
456
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
VideoLAN
VLC
Commits
a24ce36f
Commit
a24ce36f
authored
6 years ago
by
Steve Lhomme
Browse files
Options
Downloads
Patches
Plain Diff
contrib: shout: better fix the winstore build
The fix was missing from sock.c
parent
535b27b4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
contrib/src/shout/should-win32-ws2tcpip.patch
+10
-0
10 additions, 0 deletions
contrib/src/shout/should-win32-ws2tcpip.patch
with
10 additions
and
0 deletions
contrib/src/shout/should-win32-ws2tcpip.patch
+
10
−
0
View file @
a24ce36f
...
...
@@ -8,3 +8,13 @@
#endif
#ifndef NO_THREAD
--- libshout.nok/src/common/net/sock.c.ws2tcpip 2019-03-06 13:20:11.624823900 +0100
+++ libshout.nok/src/common/net/sock.c 2019-03-07 07:21:23.841338100 +0100
@@ -57,6 +57,7 @@
#include <netdb.h>
#else
#include <winsock2.h>
+#include <ws2tcpip.h>
#endif
#include "sock.h"
This diff is collapsed.
Click to expand it.
Steve Lhomme
@robUx4
mentioned in commit
75e6a164
·
6 years ago
mentioned in commit
75e6a164
mentioned in commit 75e6a1645953ec93ff2afd1441eec1a1aa05fd55
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment