fix format in src/sysinfo

This commit is contained in:
Dominic Hamon 2023-10-17 16:50:22 +01:00
parent dc9b229b78
commit 365bf7602b

View File

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