]> Git Repo - qemu.git/blobdiff - exec.c
target-ppc: Change the hpte store API
[qemu.git] / exec.c
diff --git a/exec.c b/exec.c
index b69fd295f923547799dd9900a81a865aa5dcfdec..680268a1631fc19d67c1441c3060fa39f8a2b845 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -17,9 +17,7 @@
  * License along with this library; if not, see <http://www.gnu.org/licenses/>.
  */
 #include "config.h"
-#ifdef _WIN32
-#include <windows.h>
-#else
+#ifndef _WIN32
 #include <sys/types.h>
 #include <sys/mman.h>
 #endif
This page took 0.020707 seconds and 4 git commands to generate.