Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
xiaofang li
ZLMediaKit
Commits
020b8b85
Commit
020b8b85
authored
3 years ago
by
xiongguangjie
Browse files
Options
Download
Email Patches
Plain Diff
try fix for windows build
parent
c92fc8a4
master
feature/transcode
feature/transcode2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
srt/Common.hpp
+3
-3
srt/Common.hpp
with
3 additions
and
3 deletions
+3
-3
srt/Common.hpp
+
3
-
3
View file @
020b8b85
#
ifndef
ZLMEDIAKIT_SRT_COMMON_H
#define ZLMEDIAKIT_SRT_COMMON_H
#if defined(_WIN32)
#include
<Iphlpapi.h>
#include
<winsock2.h>
#include
<ws2tcpip.h>
#pragma comment(lib, "Ws2_32.lib")
#pragma comment(lib, "Iphlpapi.lib")
#include
<Iphlpapi.h>
#pragma comment (lib, "Ws2_32.lib")
#pragma comment(lib,"Iphlpapi.lib")
#else
#include
<netdb.h>
#include
<sys/socket.h>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help