소스 검색

whoops, non-windows fix

David Rose 16 년 전
부모
커밋
4f2d4d337e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);