Skip to content

Commit

Permalink
fix format in src/sysinfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmah42 committed Oct 17, 2023
1 parent dc9b229 commit 365bf76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sysinfo.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 365bf76

Please sign in to comment.