2
0
David Rose 16 жил өмнө
parent
commit
4f2d4d337e

+ 1 - 1
direct/src/plugin/handleStreamBuf.cxx

@@ -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);