1
0
mirror of https://gitea.tendokyu.moe/Dniel97/segatools.git synced 2024-11-11 23:17:08 +01:00

gfxhook: Fix MSVC build

This commit is contained in:
Felix 2021-12-21 23:35:30 -05:00 committed by Hay1tsme
parent 7c90a79f69
commit 0702c306a6
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#include <windows.h>
#include <d3d11.h>
#include <dxgi.h>
#include <d3d11.h>
#include <assert.h>
#include <stdbool.h>

View File

@ -5,6 +5,7 @@ gfxhook_lib = static_library(
c_pch : '../precompiled.h',
dependencies : [
capnhook.get_variable('hook_dep'),
dxguid_lib,
],
link_with : [
hooklib_lib,