Commit 2ff8485b authored by Michael Veksler's avatar Michael Veksler Committed by Alexandre Julliard

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

parent 39da222b
......@@ -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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment