Vincent Povirk : ole32: Fix the LEFTCHILD and RIGHTCHILD offset defines.

Alexandre Julliard julliard at winehq.org
Wed Oct 28 10:12:23 CDT 2009


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

Author: Vincent Povirk <vincent at codeweavers.com>
Date:   Tue Oct 27 13:09:16 2009 -0500

ole32: Fix the LEFTCHILD and RIGHTCHILD offset defines.

---

 dlls/ole32/storage32.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/ole32/storage32.h b/dlls/ole32/storage32.h
index 9356186..8dd44fa 100644
--- a/dlls/ole32/storage32.h
+++ b/dlls/ole32/storage32.h
@@ -54,8 +54,8 @@ static const ULONG OFFSET_BBDEPOTSTART	     = 0x0000004C;
 static const ULONG OFFSET_PS_NAME            = 0x00000000;
 static const ULONG OFFSET_PS_NAMELENGTH	     = 0x00000040;
 static const ULONG OFFSET_PS_PROPERTYTYPE    = 0x00000042;
-static const ULONG OFFSET_PS_RIGHTCHILD      = 0x00000044;
-static const ULONG OFFSET_PS_LEFTCHILD       = 0x00000048;
+static const ULONG OFFSET_PS_LEFTCHILD       = 0x00000044;
+static const ULONG OFFSET_PS_RIGHTCHILD      = 0x00000048;
 static const ULONG OFFSET_PS_DIRPROP	     = 0x0000004C;
 static const ULONG OFFSET_PS_GUID            = 0x00000050;
 static const ULONG OFFSET_PS_CTIMELOW        = 0x00000064;




More information about the wine-cvs mailing list