Commit d2bad488 authored by Michael Stefaniuc's avatar Michael Stefaniuc Committed by Alexandre Julliard

ole2.dll16: Add missing ILockBytes::Stat to the vtbl initialisation.

parent 167e4eff
......@@ -118,6 +118,7 @@ HGLOBALLockBytesImpl16_Construct(HGLOBAL16 hGlobal,
VTENT(SetSize);
VTENT(LockRegion);
VTENT(UnlockRegion);
VTENT(Stat);
#undef VTENT
msegvt16 = MapLS( &vt16 );
}
......
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