build: Fix building for spice2x-20230929

> resolve third party libraries not building
> force include stdint.h in place of cstdint missing from windows.h now
> to be reverted after updates to spice2x master
This commit is contained in:
[ ]
2025-05-06 23:52:24 +09:00
parent 3da7aa5be0
commit e72da8ad5f
8 changed files with 30 additions and 3 deletions
-1
View File
@@ -45,7 +45,6 @@ IncludeCategories:
- Regex: '.*'
Priority: 3
IncludeIsMainRegex: '(_test|_win|_linux|_mac|_ios|_osx|_null)?$'
IndentCaseLabels: false
IndentWidth: 4
IndentWrappedFunctionNames: false
KeepEmptyLinesAtTheStartOfBlocks: false