From f08c504fe7ca78760856724cbd0a530781dad632 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Sun, 11 Apr 1999 14:46:10 +0000 Subject: [PATCH] Added missing ReadClassStg prototype. --- include/wine/obj_storage.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wine/obj_storage.h b/include/wine/obj_storage.h index dd37ca71aac..6213cc6064f 100644 --- a/include/wine/obj_storage.h +++ b/include/wine/obj_storage.h @@ -693,6 +693,7 @@ HRESULT WINAPI StgOpenStorage16(const OLECHAR16* pwcsName,IStorage16* pstgPriori HRESULT WINAPI StgOpenStorage(const OLECHAR* pwcsName,IStorage* pstgPriority,DWORD grfMode,SNB snbExclude,DWORD reserved,IStorage**ppstgOpen); HRESULT WINAPI WriteClassStg(IStorage* pStg, REFCLSID rclsid); +HRESULT WINAPI ReadClassStg(IStorage *pstg,CLSID *pclsid); HRESULT WINAPI StgCreateDocfileOnILockBytes(ILockBytes *plkbyt,DWORD grfMode, DWORD reserved, IStorage** ppstgOpen); HRESULT WINAPI StgOpenStorageOnILockBytes(ILockBytes *plkbyt, IStorage *pstgPriority, DWORD grfMode, SNB snbExclude, DWORD reserved, IStorage **ppstgOpen);