From d2bad4880dc791539929be74c7cec41bd73886f7 Mon Sep 17 00:00:00 2001 From: Michael Stefaniuc Date: Thu, 20 Jan 2011 11:09:54 +0100 Subject: [PATCH] ole2.dll16: Add missing ILockBytes::Stat to the vtbl initialisation. --- dlls/ole2.dll16/memlockbytes.c | 1 + 1 file changed, 1 insertion(+) diff --git a/dlls/ole2.dll16/memlockbytes.c b/dlls/ole2.dll16/memlockbytes.c index 538f388c24a..11344ba80ad 100644 --- a/dlls/ole2.dll16/memlockbytes.c +++ b/dlls/ole2.dll16/memlockbytes.c @@ -118,6 +118,7 @@ HGLOBALLockBytesImpl16_Construct(HGLOBAL16 hGlobal, VTENT(SetSize); VTENT(LockRegion); VTENT(UnlockRegion); + VTENT(Stat); #undef VTENT msegvt16 = MapLS( &vt16 ); }