- Move StgIsStorageFile16's implementation to StgIsStorageFile; port
commit42867265ca1625b5f4c3efc13d22a9637185bdff
authorRyan Cumming <ryan@completely.kicks-ass.org>
Mon, 18 Nov 2002 19:43:58 +0000 (18 19:43 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 18 Nov 2002 19:43:58 +0000 (18 19:43 +0000)
tree809f55649bbb28a5c8206e76b409c0920dbad16f
parent1e5d816a0d92eb73d0e0ec5fefcd6c9f4c23fdda
- 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.
dlls/ole32/storage.c
dlls/ole32/storage32.c