Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this_actor::exit() is a better name than this_actor::kill()
[simgrid.git] / src / xbt / xbt_log_layout_format.c
index 7aa6071..b8c3a53 100644 (file)
 #include "xbt/sysdep.h"
 #include <stdio.h>
 
+#ifndef MIN
 #define MIN(a, b) ((a) < (b) ? (a) : (b))
+#endif
+#ifndef MAX
 #define MAX(a, b) ((a) > (b) ? (a) : (b))
+#endif
 
 extern const char *xbt_log_priority_names[8];