Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed potential crash on Windows (#62)
Fixed potential crash on Windows by passing a pointer to a DWORD instead of nullpointer. According to the documentation, that parameter can only be NULL for OVERLAPPED io, which is not what we are doing here.
- Loading branch information