Re: [1/2] shlwapi/ordinal: Partially implement SHGetShellKey

2010-07-20 Thread Alexandre Julliard
Nikolay Sivov writes: > @@ -2398,6 +2457,7 @@ START_TEST(ordinal) > { > hShlwapi = GetModuleHandleA("shlwapi.dll"); > is_win2k_and_lower = GetProcAddress(hShlwapi, "StrChrNW") == 0; > +is_win9x = (GetVersion() & 0x8000); You should never check the version, check for features i

Re: [1/2] shlwapi/ordinal: Partially implement SHGetShellKey

2010-07-19 Thread testbot
Hi, While running your changed tests on Windows, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at http://testbot.winehq.org/JobDetails.pl?Key=3514 Your paranoid android.