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

Alexandre Julliard julliard at winehq.org
Thu Jan 20 12:41:22 CST 2011


Module: wine
Branch: master
Commit: d2bad4880dc791539929be74c7cec41bd73886f7
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=d2bad4880dc791539929be74c7cec41bd73886f7

Author: Michael Stefaniuc <mstefani at redhat.de>
Date:   Thu Jan 20 11:09:54 2011 +0100

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

---

 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 );
   }




More information about the wine-cvs mailing list