X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6636687a97c0b9be68be6b9b78fc070917fcf2a0..35df179b2e3676de81d6864c54a6ebd16ef74902:/include/xbt/base.h diff --git a/include/xbt/base.h b/include/xbt/base.h index 108003c381..68ea79ea08 100644 --- a/include/xbt/base.h +++ b/include/xbt/base.h @@ -153,7 +153,7 @@ # define XBT_PUBLIC_CLASS class __declspec(dllimport) # define XBT_PRIVATE -#elif defined(__ELF__) +#elif defined(__ELF__) # define XBT_PUBLIC(type) __attribute__((visibility("default"))) type # define XBT_EXPORT_NO_IMPORT(type) __attribute__((visibility("default"))) type # define XBT_IMPORT_NO_EXPORT(type) __attribute__((visibility("default"))) type