mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Remove special Win32 code in vl.c that's no longer needed.
Signed-off-by: Filip Navara <filip.navara@gmail.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
bf65f53fba
commit
45b05c774d
1 changed files with 0 additions and 4 deletions
4
vl.c
4
vl.c
|
@ -108,11 +108,7 @@
|
|||
|
||||
#ifdef _WIN32
|
||||
#include <windows.h>
|
||||
#include <malloc.h>
|
||||
#include <sys/timeb.h>
|
||||
#include <mmsystem.h>
|
||||
#define getopt_long_only getopt_long
|
||||
#define memalign(align, size) malloc(size)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_SDL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue