mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
Use WIN32_LEAN_AND_MEAN, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3832 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
f60d39bc4d
commit
4fddf62a74
10 changed files with 12 additions and 3 deletions
1
kqemu.c
1
kqemu.c
|
@ -19,6 +19,7 @@
|
|||
*/
|
||||
#include "config.h"
|
||||
#ifdef _WIN32
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#include <winioctl.h>
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue