mirror of
https://github.com/Boof2015/prism.git
synced 2026-08-12 05:10:51 +02:00
fix windows spotify native hooks
This commit is contained in:
+2
-1
@@ -49,12 +49,13 @@
|
||||
"libraries": [
|
||||
"ole32.lib",
|
||||
"avrt.lib",
|
||||
"runtimeobject.lib",
|
||||
"uuid.lib"
|
||||
],
|
||||
"msvs_settings": {
|
||||
"VCCLCompilerTool": {
|
||||
"ExceptionHandling": 1,
|
||||
"AdditionalOptions": ["/O2"]
|
||||
"AdditionalOptions": ["/O2", "/std:c++17"]
|
||||
}
|
||||
}
|
||||
}],
|
||||
|
||||
Reference in New Issue
Block a user