forked from Hay1tsme/segatools
gfxhook: Fix MSVC build
This commit is contained in:
parent
7c90a79f69
commit
0702c306a6
@ -1,6 +1,6 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <d3d11.h>
|
|
||||||
#include <dxgi.h>
|
#include <dxgi.h>
|
||||||
|
#include <d3d11.h>
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -5,6 +5,7 @@ gfxhook_lib = static_library(
|
|||||||
c_pch : '../precompiled.h',
|
c_pch : '../precompiled.h',
|
||||||
dependencies : [
|
dependencies : [
|
||||||
capnhook.get_variable('hook_dep'),
|
capnhook.get_variable('hook_dep'),
|
||||||
|
dxguid_lib,
|
||||||
],
|
],
|
||||||
link_with : [
|
link_with : [
|
||||||
hooklib_lib,
|
hooklib_lib,
|
||||||
|
Loading…
Reference in New Issue
Block a user