fix windows spotify native hooks

This commit is contained in:
Boof2015
2026-04-19 18:43:54 -04:00
parent da520de981
commit 677c4aa331
8 changed files with 457 additions and 160 deletions
+2 -1
View File
@@ -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"]
}
}
}],