diff --git a/src/os/windows/win32.h b/src/os/windows/win32.h --- a/src/os/windows/win32.h +++ b/src/os/windows/win32.h @@ -39,5 +39,6 @@ HRESULT OTTDSHGetFolderPath(HWND, int, H void Win32SetCurrentLocaleName(const char *iso_code); int OTTDStringCompare(const char *s1, const char *s2); +bool IsWindowsVistaOrGreater(); #endif /* WIN32_H */