mirror of https://github.com/a0rtega/pafish
Fix minor issue with wbemidl.h import
This commit is contained in:
parent
4e434ba6f3
commit
49a6f3a447
|
@ -7,7 +7,6 @@
|
|||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <ctype.h>
|
||||
#include <wbemidl.h>
|
||||
|
||||
#include "types.h"
|
||||
#include "gensandbox.h"
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <string.h>
|
||||
#include <wbemidl.h>
|
||||
|
||||
#include "qemu.h"
|
||||
#include "types.h"
|
||||
|
|
|
@ -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);
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <tlhelp32.h>
|
||||
#include <wbemidl.h>
|
||||
|
||||
#include "vbox.h"
|
||||
#include "utils.h"
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
#include <windows.h>
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
#include <wbemidl.h>
|
||||
|
||||
#include "vmware.h"
|
||||
#include "types.h"
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
|
||||
#include <windows.h>
|
||||
#include <wbemidl.h>
|
||||
|
||||
#include "wine.h"
|
||||
#include "types.h"
|
||||
|
|
Loading…
Reference in New Issue