Nikolay Sivov <[email protected]> writes:

> @@ -2398,6 +2457,7 @@ START_TEST(ordinal)
>  {
>      hShlwapi = GetModuleHandleA("shlwapi.dll");
>      is_win2k_and_lower = GetProcAddress(hShlwapi, "StrChrNW") == 0;
> +    is_win9x = (GetVersion() & 0x80000000);

You should never check the version, check for features instead.

-- 
Alexandre Julliard
[email protected]


Reply via email to