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
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