C/unix error are typed as signed ints... Windows' errors are typed DWORD, aka unsigned...
so just passing them straight up will pick the right overload here to set the tag.
See Implementation
C/unix error are typed as signed ints... Windows' errors are typed DWORD, aka unsigned...
so just passing them straight up will pick the right overload here to set the tag.