mirror of
https://github.com/simh/simh.git
synced 2026-02-26 16:54:22 +00:00
Cleanup compiler warning messages when building with MinGW
This commit is contained in:
@@ -659,6 +659,9 @@ extern int32 sim_asynch_inst_latency;
|
||||
/* which avoids the potential ABA issues. */
|
||||
#ifdef _WIN32
|
||||
#include <winsock2.h>
|
||||
#ifdef PACKED
|
||||
#undef PACKED
|
||||
#endif /* PACKED */
|
||||
#ifdef ERROR
|
||||
#undef ERROR
|
||||
#endif /* ERROR */
|
||||
|
||||
Reference in New Issue
Block a user