qemu/include/sysemu
Stefan Weil 7b2d977981 util: Fix compilation of envlist.c for MinGW
MinGW has no strtok_r, so we need a declaration in sysemu/os-win32.h.
We must also fix the include statements in util/envlist.c to include
that file.

We currently don't need an implementation of strtok_r because the
code is compiled but not linked for MinGW.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
2013-02-02 20:13:19 +00:00
..
arch_init.h
balloon.h
blockdev.h
cpus.h cpus.h: Make constant smp_cores/smp_threads available on *-user 2013-01-27 14:34:27 +01:00
device_tree.h
dma.h
dump.h
kvm.h accel: change {xen, kvm, tcg, qtest}_allowed from int to bool 2013-02-01 15:08:02 -06:00
memory_mapping.h
os-posix.h
os-win32.h util: Fix compilation of envlist.c for MinGW 2013-02-02 20:13:19 +00:00
qtest.h accel: change {xen, kvm, tcg, qtest}_allowed from int to bool 2013-02-01 15:08:02 -06:00
seccomp.h
sysemu.h fw_cfg: Splash image loader can overrun a stack variable, fix 2013-01-26 13:23:33 +00:00
xen-mapcache.h