fix hook build error

This commit is contained in:
Boof2015
2026-04-19 18:55:44 -04:00
parent 677c4aa331
commit 812014f64b
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -55,7 +55,7 @@
"msvs_settings": {
"VCCLCompilerTool": {
"ExceptionHandling": 1,
"AdditionalOptions": ["/O2", "/std:c++17"]
"AdditionalOptions": ["/O2"]
}
}
}],
+1
View File
@@ -15,6 +15,7 @@
#include <windows.h>
#include <winrt/base.h>
#include <winrt/Windows.Foundation.h>
#include <winrt/Windows.Foundation.Collections.h>
#include <winrt/Windows.Media.Control.h>
#include <algorithm>