Fix IStorage16_fnStat() to use STATSTG16 (it is a 16 bit interface).

This commit is contained in:
Michael Veksler 1999-04-11 12:10:49 +00:00 committed by Alexandre Julliard
parent 39da222b19
commit 2ff8485bf9
1 changed files with 1 additions and 1 deletions

View File

@ -1261,7 +1261,7 @@ ULONG WINAPI IStorage16_fnRelease(IStorage16* iface) {
* IStorage16_Stat [STORAGE.517]
*/
HRESULT WINAPI IStorage16_fnStat(
LPSTORAGE16 iface,STATSTG *pstatstg, DWORD grfStatFlag
LPSTORAGE16 iface,STATSTG16 *pstatstg, DWORD grfStatFlag
) {
ICOM_THIS(IStorage16Impl,iface);
TRACE(ole,"(%p)->(%p,0x%08lx)\n",