mirror of
https://github.com/open-simh/simh.git
synced 2026-01-13 15:27:46 +00:00
Newest Win32 include files changed the include file order as compared to the Microsoft MS compilers. This is arguably a bug in the MinGW codebase, but working around it is too trivial to complain about.
October 6, 2015 This version of slirp is a fork from QEMU Version 2.4.0.1 slirp implementation Taken from commit 83c92b45140be773f0c5545dddea35a89db1ad03 in the qemu repository git://git.qemu.orgu/qemu.git The goal being to absolutely mininize changes from the base qemu provided code so that the more active changes being done by the qemu folks can easily be adopted in the future by directly replacing the revised modules. This is achieved by careful manipulation of the include files provided in the ../slirp_glue directory so that things are stubbed out locally and the minimal capabilities needed for sim_ether integration are provided. Thanks to Fabrice Bellard.