Fix return type of w32_last_error.
authorEli Zaretskii <eliz@gnu.org>
Tue, 9 Oct 2012 18:10:16 +0000 (20:10 +0200)
committerEli Zaretskii <eliz@gnu.org>
Tue, 9 Oct 2012 18:10:16 +0000 (20:10 +0200)
commitb15736e6e33a52021a2a91b0b3360cd5a9803405
treec4489cb551d9ef2ebb10c24d860da217ce766f54
parentcf5fc6dbeac10220394ab201ba3f4402e1e91faf
Fix return type of w32_last_error.

 src/w32fns.c (w32_last_error): Change the return value to DWORD, to
 match what GetLastError returns.  Explain better why the function is
 needed.
src/ChangeLog
src/w32fns.c