- Timestamp:
- Sep 6, 1999, 10:13:23 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/oleaut32/typelib.cpp
r632 r848 1 /* $Id: typelib.cpp,v 1. 2 1999-08-22 22:08:49 sandervlExp $ */1 /* $Id: typelib.cpp,v 1.3 1999-09-06 20:13:23 davidr Exp $ */ 2 2 /* 3 3 * TYPELIB … … 987 987 TLB2Header tlbHeader; 988 988 TLBSegDir tlbSegDir; 989 if((cx.hFile=OpenFile(file, &ofStruct, OF_READ WRITE))==HFILE_ERROR) {989 if((cx.hFile=OpenFile(file, &ofStruct, OF_READ))==HFILE_ERROR) { 990 990 ERR_(typelib)("cannot open %s error 0x%lx\n",file, GetLastError()); 991 991 return E_FAIL;
Note:
See TracChangeset
for help on using the changeset viewer.