qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 4/5] Remove special Win32 code in vl.c that's no lon


From: Filip Navara
Subject: [Qemu-devel] [PATCH 4/5] Remove special Win32 code in vl.c that's no longer needed.
Date: Mon, 27 Jul 09 10:02:05 Central Europe Standard Time

Signed-off-by: Filip Navara <address@hidden>
---
 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]