mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
Cleanup compiler warning messages when building with MinGW
This commit is contained in:
parent
b9ebd93bbd
commit
9e421ada27
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user