mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
whoops, non-windows fix
This commit is contained in:
parent
cc5a38f40a
commit
4f2d4d337e
@ -36,7 +36,7 @@ HandleStreamBuf() {
|
|||||||
_is_open_read = false;
|
_is_open_read = false;
|
||||||
_is_open_write = false;
|
_is_open_write = false;
|
||||||
|
|
||||||
_handle = INVALID_HANDLE_VALUE;
|
_handle = invalid_fhandle;
|
||||||
|
|
||||||
INIT_LOCK(_lock);
|
INIT_LOCK(_lock);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user