From 4f2d4d337eee3d8f66424e95f878a2201e240af5 Mon Sep 17 00:00:00 2001 From: David Rose Date: Thu, 3 Sep 2009 04:04:01 +0000 Subject: [PATCH] whoops, non-windows fix --- direct/src/plugin/handleStreamBuf.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/plugin/handleStreamBuf.cxx b/direct/src/plugin/handleStreamBuf.cxx index 2ed06f3b2b..f2be1280f1 100644 --- a/direct/src/plugin/handleStreamBuf.cxx +++ b/direct/src/plugin/handleStreamBuf.cxx @@ -36,7 +36,7 @@ HandleStreamBuf() { _is_open_read = false; _is_open_write = false; - _handle = INVALID_HANDLE_VALUE; + _handle = invalid_fhandle; INIT_LOCK(_lock);