fix format in src/sysinfo

This commit is contained in:
Dominic Hamon 2023-10-17 16:50:22 +01:00
parent dc9b229b78
commit 365bf7602b
1 changed files with 1 additions and 1 deletions

View File

@ -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>