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

Zhenbo Li litimetal at gmail.com
Wed Jan 22 07:26:35 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;

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 | 31 +++++++++++++++++++++++++++++++
  1 file changed, 31 insertions(+)


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


More information about the wine-patches mailing list