Commit ab41e0e2 authored by KO Myung-Hun's avatar KO Myung-Hun Committed by Rémi Denis-Courmont

vlc_fixups: fix OS/2 compilation

Signed-off-by: default avatarRémi Denis-Courmont <remi@remlab.net>
parent bfdc2b60
......@@ -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 */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment