Fix minor issue with wbemidl.h import

This commit is contained in:
Alberto Ortega 2015-08-26 19:07:25 +02:00
parent 4e434ba6f3
commit 49a6f3a447
6 changed files with 2 additions and 5 deletions

View File

@ -7,7 +7,6 @@
#include <stdint.h>
#include <stdio.h>
#include <ctype.h>
#include <wbemidl.h>
#include "types.h"
#include "gensandbox.h"

View File

@ -1,7 +1,6 @@
#include <windows.h>
#include <string.h>
#include <wbemidl.h>
#include "qemu.h"
#include "types.h"

View File

@ -2,6 +2,8 @@
#ifndef UTILS_H
#define UTILS_H
#include <wbemidl.h>
int pafish_disable_wow64_fs_redirection(void * old);
int pafish_revert_wow64_fs_redirection(void * old);

View File

@ -5,7 +5,6 @@
#include <string.h>
#include <stdio.h>
#include <tlhelp32.h>
#include <wbemidl.h>
#include "vbox.h"
#include "utils.h"

View File

@ -2,7 +2,6 @@
#include <windows.h>
#include <string.h>
#include <stdio.h>
#include <wbemidl.h>
#include "vmware.h"
#include "types.h"

View File

@ -1,6 +1,5 @@
#include <windows.h>
#include <wbemidl.h>
#include "wine.h"
#include "types.h"