[vlc-commits] vlc_fixups: fix OS/2 compilation
KO Myung-Hun
git at videolan.org
Mon Jul 6 17:38:01 CEST 2015
vlc | branch: master | KO Myung-Hun <komh78 at gmail.com> | Mon Jul 6 17:03:21 2015 +0900| [ab41e0e2e802b5e4ddf14047998f8d7958e318e5] | committer: Rémi Denis-Courmont
vlc_fixups: fix OS/2 compilation
Signed-off-by: Rémi Denis-Courmont <remi at remlab.net>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ab41e0e2e802b5e4ddf14047998f8d7958e318e5
---
include/vlc_fixups.h | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h
index 0a7b2aa..305de87 100644
--- a/include/vlc_fixups.h
+++ b/include/vlc_fixups.h
@@ -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 */
More information about the vlc-commits
mailing list