summaryrefslogtreecommitdiff
path: root/src/os/windows/win32.h
diff options
context:
space:
mode:
authorglx22 <glx@openttd.org>2021-05-20 18:40:11 +0200
committerLoïc Guilloux <glx22@users.noreply.github.com>2021-06-10 23:17:29 +0200
commitf4c7d5577ed83d426371f86d780aed01c5370953 (patch)
tree0f8ed944d85cc7df95b699c96a28bebbced8b24d /src/os/windows/win32.h
parented3946e295f0e74880d85ffb6f6a933ca87e460d (diff)
downloadopenttd-f4c7d5577ed83d426371f86d780aed01c5370953.tar.xz
Codechange: [WIN32] Use VersionHelpers where appropriate
Diffstat (limited to 'src/os/windows/win32.h')
-rw-r--r--src/os/windows/win32.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/os/windows/win32.h b/src/os/windows/win32.h
index 095181c46..b2048375b 100644
--- a/src/os/windows/win32.h
+++ b/src/os/windows/win32.h
@@ -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 */