projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf65f53
)
Remove special Win32 code in vl.c that's no longer needed.
author
Filip Navara
<filip.navara@gmail.com>
Mon, 27 Jul 2009 15:02:05 +0000
(10:02 -0500)
committer
Anthony Liguori
<aliguori@us.ibm.com>
Mon, 27 Jul 2009 19:09:15 +0000
(14:09 -0500)
Signed-off-by: Filip Navara <filip.navara@gmail.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
vl.c
patch
|
blob
|
history
diff --git
a/vl.c
b/vl.c
index 198523e3193b2bc846ae8b4f5a4150c77c2ab50e..a8acbcb28f4374fb24a1fd1d773a525d9f031381 100644
(file)
--- a/
vl.c
+++ b/
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