add additonoal windows version check fucntions

This commit is contained in:
FunkyFr3sh 2024-05-06 02:56:40 +02:00
parent e18eb931eb
commit 57a98d667d
2 changed files with 68 additions and 1 deletions

View file

@ -9,7 +9,7 @@ static RTLVERIFYVERSIONINFOPROC RtlVerifyVersionInfo;
static WINE_GET_VERSIONPROC wine_get_version;
static WINE_GET_HOST_VERSIONPROC wine_get_host_version;
/* GetProcAddress is rather slow so we use a function to inizialize it once on startup */
/* GetProcAddress is rather slow so we use a function to initialize it once on startup */
void verhelp_init()
{
HMODULE mod = GetModuleHandleA("ntdll.dll");