Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
support for backtraces on windows is gone
[simgrid.git] / src / xbt / ex.c
index a0127e5..313f5f3 100644 (file)
 # define HAVE_BACKTRACE 1       /* Hello linux box */
 #endif
 
-#if defined(_WIN32) && defined(_M_IX86) && !defined(__GNUC__)
-# define HAVE_BACKTRACE 1       /* Hello x86 windows box */
-#endif
-
 XBT_LOG_NEW_DEFAULT_SUBCATEGORY(xbt_ex, xbt, "Exception mecanism");
 
 XBT_EXPORT_NO_IMPORT(const xbt_running_ctx_t) __xbt_ex_ctx_initializer = XBT_RUNNING_CTX_INITIALIZER;