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
1 changed files with 1 additions and 0 deletions

View File

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