forked from Hay1tsme/segatools
fix msvc build again
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
#include <windows.h>
|
||||
#include <ntstatus.h>
|
||||
#include <winioctl.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
@ -4,6 +4,7 @@ hooklib_lib = static_library(
|
||||
implicit_include_directories : false,
|
||||
dependencies : [
|
||||
capnhook.get_variable('hook_dep'),
|
||||
Ws2_32_lib
|
||||
],
|
||||
sources : [
|
||||
'cursor.c',
|
||||
|
@ -83,6 +83,7 @@ dxguid_lib = cc.find_library('dxguid')
|
||||
xinput_lib = cc.find_library('xinput')
|
||||
pathcch_lib = cc.find_library('pathcch')
|
||||
imagehlp_lib = cc.find_library('imagehlp')
|
||||
Ws2_32_lib = cc.find_library('Ws2_32')
|
||||
|
||||
inc = include_directories('.')
|
||||
capnhook = subproject('capnhook')
|
||||
|
@ -1,5 +1,4 @@
|
||||
#include <windows.h>
|
||||
#include <ntstatus.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -5,6 +5,7 @@
|
||||
// https://github.com/NeighTools/UnityDoorstop
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <windows.h>
|
||||
#include <wchar.h>
|
||||
|
||||
#include <pathcch.h>
|
||||
|
Reference in New Issue
Block a user