Save the Win32 error code where necessary
authorSimon Marlow <simonmar@microsoft.com>
Fri, 26 Jan 2007 16:26:20 +0000 (16:26 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 26 Jan 2007 16:26:20 +0000 (16:26 +0000)
Similarly to the way we save errno across context switches and
suspendThread/resumeThread, we must save and restore the Win32 error
code via GetLastError()/SetLastError().  Fixes #896.


No differences found