Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc
Commits
cefea7d5
Commit
cefea7d5
authored
Jul 01, 2015
by
Jean-Baptiste Kempf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
WinRT: we don't use the WinsockRT APIs
parent
5d26efca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
+0
-9
src/network/io.c
src/network/io.c
+0
-9
No files found.
src/network/io.c
View file @
cefea7d5
...
@@ -269,15 +269,6 @@ net_Read (vlc_object_t *restrict p_this, int fd,
...
@@ -269,15 +269,6 @@ net_Read (vlc_object_t *restrict p_this, int fd,
ufd
[
1
].
events
=
POLLIN
;
ufd
[
1
].
events
=
POLLIN
;
size_t
i_total
=
0
;
size_t
i_total
=
0
;
#if VLC_WINSTORE_APP
/* With winrtsock winsocks emulation library, the first call to read()
* before poll() starts an asynchronous transfer and returns 0.
* Always call poll() first.
*
* See bug #8972 for details.
*/
goto
do_poll
;
#endif
do
do
{
{
#ifdef _WIN32
#ifdef _WIN32
...
...
Write
Preview
Markdown
is supported
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