diff --git a/sim_defs.h b/sim_defs.h index ebca45ed..7ad0132c 100644 --- a/sim_defs.h +++ b/sim_defs.h @@ -659,6 +659,9 @@ extern int32 sim_asynch_inst_latency; /* which avoids the potential ABA issues. */ #ifdef _WIN32 #include +#ifdef PACKED +#undef PACKED +#endif /* PACKED */ #ifdef ERROR #undef ERROR #endif /* ERROR */