mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-12 05:10:51 +02:00
fix hook build error
This commit is contained in:
+1
-1
@@ -55,7 +55,7 @@
|
||||
"msvs_settings": {
|
||||
"VCCLCompilerTool": {
|
||||
"ExceptionHandling": 1,
|
||||
"AdditionalOptions": ["/O2", "/std:c++17"]
|
||||
"AdditionalOptions": ["/O2"]
|
||||
}
|
||||
}
|
||||
}],
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user