Suppress hook DLL exports

This commit is contained in:
Tau
2018-11-23 18:12:36 -05:00
parent 0cbd950289
commit 9ec0fbf957
7 changed files with 1 additions and 15 deletions

View File

@ -3,7 +3,6 @@ shared_library(
name_prefix : '',
include_directories: inc,
implicit_include_directories : false,
vs_module_defs : 'minihook.def',
c_pch : '../precompiled.h',
dependencies : [
capnhook.get_variable('hook_dep'),