[PATCH 1/2] ole2.dll16: Add missing ILockBytes::Stat to the vtbl initialisation.

Michael Stefaniuc mstefani at redhat.de
Thu Jan 20 04:09:54 CST 2011


---
 dlls/ole2.dll16/memlockbytes.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/dlls/ole2.dll16/memlockbytes.c b/dlls/ole2.dll16/memlockbytes.c
index 538f388..11344ba 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 );
   }
-- 
1.7.3.4



More information about the wine-patches mailing list