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:
Filip Navara 2009-07-27 10:02:05 -05:00 committed by Anthony Liguori
parent bf65f53fba
commit 45b05c774d
1 changed files with 0 additions and 4 deletions

4
vl.c
View File

@ -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