kernel32/tests: Add test for FindFirstFileA() (try 5)

Zhenbo Li litimetal at gmail.com
Fri Jan 24 08:17:16 CST 2014


I have a question:
      I created a file, but the file name is stored in
char nonexistent[MAX_PATH]
      Should I write something like:
char * filename;
filename = nonexisteng;

Thank you.

try 5:
       Fix an error.
       Add call of SetLastError()
try 4:
       Clean code, and add more cases( ok() ).
try 3:
       Fix typo. (Sorry for that)

try 2:
       Fix test error.
---
  dlls/kernel32/tests/file.c |   34 ++++++++++++++++++++++++++++++++++
  1 files changed, 34 insertions(+), 0 deletions(-)


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-kernel32-tests-Add-test-for-FindFirstFileA-try-5.txt
Type: text/x-patch
Size: 2109 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20140124/6c3b5536/attachment.bin>


More information about the wine-patches mailing list