* [Qemu-devel] [PATCH 4/5] Remove special Win32 code in vl.c that's no longer needed.
@ 2009-07-27 8:02 Filip Navara
0 siblings, 0 replies; only message in thread
From: Filip Navara @ 2009-07-27 8:02 UTC (permalink / raw)
To: qemu-devel
Signed-off-by: Filip Navara <filip.navara@gmail.com>
---
vl.c | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/vl.c b/vl.c
index d4e49e4..3400fa3 100644
--- 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
--
1.6.3.2.1299.gee46c
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-07-27 8:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-07-27 8:02 [Qemu-devel] [PATCH 4/5] Remove special Win32 code in vl.c that's no longer needed Filip Navara
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).