From: Martin Quinson Date: Sun, 17 Mar 2019 19:31:33 +0000 (+0100) Subject: try to fix windows builds X-Git-Tag: v3_22~71 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bc75b9fee577e3cb68aab8b5a15b8c5a8792f1d7?hp=2e95573cdb18ef3f0c3a0682bfa75a4dade02671 try to fix windows builds --- diff --git a/include/xbt/ex.h b/include/xbt/ex.h index 45241064ff..c37ff4719a 100644 --- a/include/xbt/ex.h +++ b/include/xbt/ex.h @@ -77,7 +77,7 @@ XBT_ATTRIB_NORETURN void xbt_throw_impossible(const char* file, int line, const /** Throw an exception because something unimplemented stuff has been attempted * @ingroup XBT_ex_c */ -XBT_ATTRIB_NORETURN void xbt_throw_unimplemented(const char* file, int line, const char* func); +XBT_ATTRIB_NORETURN XBT_PUBLIC void xbt_throw_unimplemented(const char* file, int line, const char* func); #define THROW_UNIMPLEMENTED xbt_throw_unimplemented(__FILE__, __LINE__, __func__) /** Die because something impossible happened