Changeset 145 for trunk/orca/win32/os.c
- Timestamp:
- 05/11/06 15:55:43 (3 years ago)
- Files:
-
- 1 modified
-
trunk/orca/win32/os.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/orca/win32/os.c
r144 r145 191 191 if( handle != -1 ) 192 192 { 193 OIndex hold; 194 OIndex blkN; 193 195 OBlock* blk = orMakeBlock( 0 ); 194 196 197 blkN = orBlockN(blk); 198 hold = orHold( OT_BLOCK, blkN ); 199 195 200 do 196 201 { … … 201 206 _findclose( handle ); 202 207 203 orResult( OT_BLOCK, blk - orBLOCKS ); 204 return; 205 } 206 207 orResultFALSE; 208 orRelease( hold ); 209 orResultBLOCK( blkN ); 210 } 211 else 212 { 213 orResultFALSE; 214 } 208 215 } 209 216
