Commit 45b05c774da3c5d9baee122fbf5f3711bce39a5c
Committed by
Anthony Liguori
1 parent
bf65f53f
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>
Showing
1 changed file
with
0 additions
and
4 deletions
vl.c
| @@ -108,11 +108,7 @@ | @@ -108,11 +108,7 @@ | ||
| 108 | 108 | ||
| 109 | #ifdef _WIN32 | 109 | #ifdef _WIN32 |
| 110 | #include <windows.h> | 110 | #include <windows.h> |
| 111 | -#include <malloc.h> | ||
| 112 | -#include <sys/timeb.h> | ||
| 113 | #include <mmsystem.h> | 111 | #include <mmsystem.h> |
| 114 | -#define getopt_long_only getopt_long | ||
| 115 | -#define memalign(align, size) malloc(size) | ||
| 116 | #endif | 112 | #endif |
| 117 | 113 | ||
| 118 | #ifdef CONFIG_SDL | 114 | #ifdef CONFIG_SDL |