projects
/
qemu.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix windows build and clean up use of <windows.h>
[qemu.git]
/
sysemu.h
diff --git
a/sysemu.h
b/sysemu.h
index 8775412b7c7c2be6fff70444126fb696be99f7b0..3eab34b399e732a3504ffaf3803e040eaea75a86 100644
(file)
--- a/
sysemu.h
+++ b/
sysemu.h
@@
-4,6
+4,10
@@
#include "qemu-common.h"
+#ifdef _WIN32
+#include <windows.h>
+#endif
+
/* vl.c */
extern const char *bios_name;
extern const char *bios_dir;
This page took
0.020591 seconds
and
4
git commands to generate.