qemu-common.h: Move Win32 fixups into os-win32.h
commit1aad8104f3b69206da1f868639e1f69c26f6d482
authorPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Aug 2015 15:20:19 +0000 (19 16:20 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Wed, 19 Aug 2015 15:29:53 +0000 (19 16:29 +0100)
treeb60507b4430d825a284fe8d9cae633c790809d15
parent24134c4e9126bf505b612e901c63a102fc471083
qemu-common.h: Move Win32 fixups into os-win32.h

qemu-common.h includes some fixups for things the Win32
headers don't define or define weirdly. These really
belong in os-win32.h, so move them there.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
include/qemu-common.h
include/sysemu/os-win32.h