RTS might call Windows API calls transparently to user, which can lead to wierd GetLastError-results, even with bound threads. !GetLastError/!SetLastError needs similar workaround as errno has.
Edited
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Child items
0
Show closed items
No child items are currently assigned. Use child items to break down this issue into smaller parts.
Linked items
0
Link issues together to show that they're related or that one is blocking others.
Learn more.
Fri Jan 26 08:26:20 PST 2007 Simon Marlow <simonmar@microsoft.com> * Save the Win32 error code where necessaryMon Jan 29 04:45:59 PST 2007 Simon Marlow <simonmar@microsoft.com> * fix bug in GetLastError/SetLastError patch
and in the testsuite:
Mon Jan 29 04:50:49 PST 2007 Simon Marlow <simonmar@microsoft.com> * add a test for #896