1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

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

This commit is contained in:
Michael Stefaniuc 2011-01-20 11:09:54 +01:00 committed by Alexandre Julliard
parent 167e4eff6d
commit d2bad4880d

View file

@ -118,6 +118,7 @@ HGLOBALLockBytesImpl16_Construct(HGLOBAL16 hGlobal,
VTENT(SetSize);
VTENT(LockRegion);
VTENT(UnlockRegion);
VTENT(Stat);
#undef VTENT
msegvt16 = MapLS( &vt16 );
}