mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-05 18:01:34 +00:00
ole32: Fix the LEFTCHILD and RIGHTCHILD offset defines.
This commit is contained in:
parent
c9e25dbe35
commit
0359a47d0d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue