mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix type of os_is_winxp_or_lower function (fixes #2135)
This commit is contained in:
parent
e6d4fe4650
commit
4c00e4533c
|
@ -3247,7 +3247,7 @@ void shell_execute(const char *file)
|
|||
#endif
|
||||
}
|
||||
|
||||
int os_is_winxp_or_lower(unsigned int major, unsigned int minor)
|
||||
int os_is_winxp_or_lower()
|
||||
{
|
||||
#if defined(CONF_FAMILY_WINDOWS)
|
||||
static const DWORD WINXP_MAJOR = 5;
|
||||
|
|
Loading…
Reference in a new issue