add additonoal windows version check fucntions
This commit is contained in:
parent
e18eb931eb
commit
57a98d667d
2 changed files with 68 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue