mirror of
https://github.com/google/benchmark.git
synced 2025-04-03 16:10:58 +08:00
fix format in src/sysinfo
This commit is contained in:
parent
dc9b229b78
commit
365bf7602b
@ -18,7 +18,7 @@
|
|||||||
#if !defined(WINVER) || WINVER < 0x0600
|
#if !defined(WINVER) || WINVER < 0x0600
|
||||||
#undef WINVER
|
#undef WINVER
|
||||||
#define WINVER 0x0600
|
#define WINVER 0x0600
|
||||||
#endif // WINVER handling
|
#endif // WINVER handling
|
||||||
#include <shlwapi.h>
|
#include <shlwapi.h>
|
||||||
#undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
|
#undef StrCat // Don't let StrCat in string_util.h be renamed to lstrcatA
|
||||||
#include <versionhelpers.h>
|
#include <versionhelpers.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user