[vlc-devel] [PATCH 2/6] vlc_fixups: fix OS/2 compilation

KO Myung-Hun komh78 at gmail.com
Mon Jul 6 10:03:21 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..ef03889 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 */
 
@@ -398,4 +394,8 @@ void freeaddrinfo (struct addrinfo *res);
 FILE *vlc_win32_tmpfile(void);
 #endif
 
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
 #endif /* !LIBVLC_FIXUPS_H */
-- 
1.9.5




More information about the vlc-devel mailing list