qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] Remove special Win32 code in vl.c that's no longer


From: Filip Navara
Subject: [Qemu-devel] [PATCH] Remove special Win32 code in vl.c that's no longer needed.
Date: Tue, 23 Jun 2009 14:07:25 -0000

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 6a907e6..3a99ee0 100644
--- a/vl.c
+++ b/vl.c
@@ -105,11 +105,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.msysgit.0






reply via email to

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