Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > f120f35bb696d6317fecf1cf868f0eb8 > files > 1

mingw-dlfcn-0-0.16.r11.4.mga5.src.rpm

--- dlfcn.h.orig	2009-10-30 15:36:35.357902913 +0100
+++ dlfcn.h	2009-10-30 15:39:51.126664184 +0100
@@ -37,9 +37,17 @@
 #define RTLD_DEFAULT    0
 #define RTLD_NEXT       0
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 void *dlopen ( const char *file, int mode );
 int   dlclose( void *handle );
 void *dlsym  ( void *handle, const char *name );
 char *dlerror( void );
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif /* DLFCN_H */