Add AntiHooking helper DLL to prevent NahimicOSD.dll from loading into Moonlight and causing us to hang in full-screen mode. Fixes #102

This commit is contained in:
Cameron Gutman
2018-10-13 19:35:21 -07:00
parent e411c207ae
commit cf0d29d452
12 changed files with 491 additions and 0 deletions
+4
View File
@@ -8,6 +8,10 @@ SUBDIRS = \
# Build the dependencies in parallel before the final app
app.depends = qmdnsengine moonlight-common-c soundio h264bitstream
win32 {
SUBDIRS += AntiHooking
app.depends += AntiHooking
}
# Support debug and release builds from command line for CI
CONFIG += debug_and_release