Codechange: [WIN32] Use VersionHelpers where appropriate

This commit is contained in:
glx22
2021-05-20 18:40:11 +02:00
committed by Loïc Guilloux
parent ed3946e295
commit f4c7d5577e
4 changed files with 3 additions and 34 deletions

View File

@@ -25,6 +25,5 @@ wchar_t *convert_to_fs(const char *name, wchar_t *utf16_buf, size_t buflen);
void Win32SetCurrentLocaleName(const char *iso_code);
int OTTDStringCompare(const char *s1, const char *s2);
bool IsWindowsVistaOrGreater();
#endif /* WIN32_H */