Correct close() function when building with MSVC
authorKirill Isakov <bootctl@gmail.com>
Sat, 2 Apr 2022 11:41:50 +0000 (17:41 +0600)
committerKirill Isakov <bootctl@gmail.com>
Sun, 10 Apr 2022 07:14:26 +0000 (13:14 +0600)
The original close() was throwing assertion errors from inside the
Windows libraries because we were trying to close OS handles as file
descriptors.


No differences found