Browse Source

whoops, non-windows fix

David Rose 16 years ago
parent
commit
4f2d4d337e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/plugin/handleStreamBuf.cxx

+ 1 - 1
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);