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
ab41e0e2
Commit
ab41e0e2
authored
Jul 06, 2015
by
KO Myung-Hun
Committed by
Rémi Denis-Courmont
Jul 06, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
vlc_fixups: fix OS/2 compilation
Signed-off-by:
Rémi Denis-Courmont
<
remi@remlab.net
>
parent
bfdc2b60
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/vlc_fixups.h
include/vlc_fixups.h
+4
-4
No files found.
include/vlc_fixups.h
View file @
ab41e0e2
...
...
@@ -365,10 +365,6 @@ long jrand48 (unsigned short subi[3]);
long
nrand48
(
unsigned
short
subi
[
3
]);
#endif
#ifdef __cplusplus
}
/* extern "C" */
#endif
#ifdef __OS2__
# undef HAVE_FORK
/* Implementation of fork() is imperfect on OS/2 */
...
...
@@ -397,4 +393,8 @@ void freeaddrinfo (struct addrinfo *res);
FILE
*
vlc_win32_tmpfile
(
void
);
#endif
#ifdef __cplusplus
}
/* extern "C" */
#endif
#endif
/* !LIBVLC_FIXUPS_H */
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