wininet: Check file handles against INVALID_HANDLE_VALUE, not NULL.
commit53e76f8370d90ab0e5c900c2644d607bb06ab845
authorFrancois Gouget <fgouget@free.fr>
Thu, 8 Mar 2007 14:29:01 +0000 (8 15:29 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 8 Mar 2007 21:16:36 +0000 (8 22:16 +0100)
tree41ec1d88a4efd4eaee686f3ab49b06b481ea5a3b
parentd3245723ae9a54b6c3cd6210dd2847053701bc49
wininet: Check file handles against INVALID_HANDLE_VALUE, not NULL.

Simplify the file handle handling in FTP_FtpPutFileW().
dlls/wininet/ftp.c
dlls/wininet/tests/ftp.c