ole2.dll16: Add missing ILockBytes::Stat to the vtbl initialisation.
This commit is contained in:
parent
167e4eff6d
commit
d2bad4880d
|
@ -118,6 +118,7 @@ HGLOBALLockBytesImpl16_Construct(HGLOBAL16 hGlobal,
|
|||
VTENT(SetSize);
|
||||
VTENT(LockRegion);
|
||||
VTENT(UnlockRegion);
|
||||
VTENT(Stat);
|
||||
#undef VTENT
|
||||
msegvt16 = MapLS( &vt16 );
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue