Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only adds the XBT_PUBLIC macro decoration a the begining of the public API functions.
[simgrid.git] / include / xbt / misc.h
index 81282b6..6149e94 100644 (file)
@@ -52,6 +52,8 @@
 #    else
 #        define XBT_INLINE
 #    endif
+# else
+#    define XBT_INLINE  inline
 #endif
 
 
@@ -87,7 +89,7 @@
 
 SG_BEGIN_DECL()
 
-const char *xbt_procname(void);
+XBT_PUBLIC const char *xbt_procname(void);
 
 #define XBT_BACKTRACE_SIZE 10 /* FIXME: better place? Do document */