ChangeSet ID: 6309
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/11/18 13:43:58
Modified files:
dlls/ole32 : storage32.c storage.c
Log message:
Ryan Cumming <ryan(a)completely.kicks-ass.org>
- Move StgIsStorageFile16's implementation to StgIsStorageFile; port
it to Win32.
- Move StgIsStorageFile from storage.c to storage32.c.
- StgIsStorageFile only returns S_OK, STG_E_FILENOTFOUND, and S_FALSE.
- StgIsStorageFile doesn't check if a file is large enough to be a
storage file, it only checks for the presence of the 8-byte magic.
Patch: http://cvs.winehq.com/patch.py?id=6309
Old revision New revision Changes Path
1.34 1.35 +41 -0 wine/dlls/ole32/storage32.c
1.25 1.26 +6 -48 wine/dlls/ole32/storage.c