mirror of
https://github.com/google/benchmark.git
synced 2025-04-29 14:30:37 +08:00
Merge branch 'main' into time_simple
This commit is contained in:
commit
9ae06a3b6c
3
.github/workflows/clang-format-lint.yml
vendored
3
.github/workflows/clang-format-lint.yml
vendored
@ -4,7 +4,8 @@ on:
|
||||
pull_request: {}
|
||||
|
||||
jobs:
|
||||
build:
|
||||
job:
|
||||
name: check-clang-format
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
|
@ -18,7 +18,7 @@
|
||||
#if !defined(WINVER) || WINVER < 0x0600
|
||||
#undef WINVER
|
||||
#define WINVER 0x0600
|
||||
#endif // WINVER handling
|
||||
#endif // WINVER handling
|
||||
#include <shlwapi.h>
|
||||
#undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
|
||||
#include <versionhelpers.h>
|
||||
|
Loading…
Reference in New Issue
Block a user