Skip to content
  • Simon Marlow's avatar
    Save the Win32 error code where necessary · 911b42b2
    Simon Marlow authored
    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.
    
    911b42b2