Module: wine Branch: master Commit: d2bad4880dc791539929be74c7cec41bd73886f7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d2bad4880dc791539929be74c7...
Author: Michael Stefaniuc mstefani@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 ); }