whoops, non-windows fix

This commit is contained in:
David Rose 2009-09-03 04:04:01 +00:00
parent cc5a38f40a
commit 4f2d4d337e

View File

@ -36,7 +36,7 @@ HandleStreamBuf() {
_is_open_read = false;
_is_open_write = false;
_handle = INVALID_HANDLE_VALUE;
_handle = invalid_fhandle;
INIT_LOCK(_lock);