Re: [1/2] shlwapi/ordinal: Partially implement SHGetShellKey
20 Jul
2010
20 Jul
'10
10:23 a.m.
Nikolay Sivov <nsivov(a)codeweavers.com> 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 julliard(a)winehq.org
5629
Age (days ago)
5629
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard