mirror of https://github.com/google/benchmark.git
fix format in src/sysinfo
This commit is contained in:
parent
dc9b229b78
commit
365bf7602b
|
@ -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