On 12/21/2009 03:37 PM, Nikolay Sivov wrote:
On 12/21/2009 17:21, Paul Vriens wrote:
On 12/21/2009 02:32 AM, Nikolay Sivov wrote:
Fix last error in SearchPathA/W with tests
Hi Nikolay,
Any reason all tests are relying on both the A- and W-version being available?
MSDN lied again, it's documented to be available in win2k.
Well, I've noticed that most of the pages contain win2k as the minimum probably because they don't support NT4/Win9x anymore?
I see, probably it's better to determine win9x indirectly here, to avoid not obvious checks, I'll take a look for tomorrow patch set, playing with testbot.
A check for last error being ERROR_CALL_NOT_IMPLEMENTED after GetWindowsDirectoryW would suffice I guess.