Re: [Kernel32]Test for Bug 21292: Createfile creating with illegal char in name (supercedes first patch)

2010-01-17 Thread Paul Vriens
Hi Uwe, On 01/17/2010 03:56 PM, Uwe Bonnes wrote: +if (hFile != INVALID_HANDLE_VALUE) + { + CloseHandle( hFile ); + DeleteFileA("test/"); + } Indentation is a bit off here (probably because you are mixing tabs and spaces). The rest of your patch also mixes tabs and s

Re: [Kernel32]Test for Bug 21292: Createfile creating with illegal char in name

2010-01-17 Thread Paul Vriens
On 01/17/2010 01:27 PM, Uwe Bonnes wrote: CreateFile with an illegal character in the name fail on all systems beside NT4 and wine when ordered to create the file. No test errors on my mchines and the winetestbot (Job 319) If creating the file succeeds you should close the handle and delete th