[vlc-devel] [PATCH] vlc_fixups: fix OS/2 compilation
KO Myung-Hun
komh78 at gmail.com
Mon Jun 29 13:50:55 CEST 2015
---
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 b3e1577..9850ccd 100644
--- a/include/vlc_fixups.h
+++ b/include/vlc_fixups.h
@@ -366,10 +366,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 */
@@ -388,6 +384,10 @@ struct addrinfo
void freeaddrinfo (struct addrinfo *res);
#endif
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
/* math.h */
#ifndef HAVE_NANF
--
1.9.5
More information about the vlc-devel
mailing list