Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
0b64c857
Commit
0b64c857
authored
Feb 05, 1999
by
Marcus Meissner
Committed by
Alexandre Julliard
Feb 05, 1999
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing ULONG to static const OFFSET_xx.
parent
df1d1e14
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
16 deletions
+16
-16
storage32.h
ole/storage32.h
+16
-16
No files found.
ole/storage32.h
View file @
0b64c857
...
@@ -26,27 +26,27 @@ static const ULONG OFFSET_SBDEPOTSTART = 0x0000003C;
...
@@ -26,27 +26,27 @@ static const ULONG OFFSET_SBDEPOTSTART = 0x0000003C;
static
const
ULONG
OFFSET_EXTBBDEPOTSTART
=
0x00000044
;
static
const
ULONG
OFFSET_EXTBBDEPOTSTART
=
0x00000044
;
static
const
ULONG
OFFSET_EXTBBDEPOTCOUNT
=
0x00000048
;
static
const
ULONG
OFFSET_EXTBBDEPOTCOUNT
=
0x00000048
;
static
const
ULONG
OFFSET_BBDEPOTSTART
=
0x0000004C
;
static
const
ULONG
OFFSET_BBDEPOTSTART
=
0x0000004C
;
static
const
OFFSET_PS_NAME
=
0x00000000
;
static
const
ULONG
OFFSET_PS_NAME
=
0x00000000
;
static
const
OFFSET_PS_NAMELENGTH
=
0x00000040
;
static
const
ULONG
OFFSET_PS_NAMELENGTH
=
0x00000040
;
static
const
OFFSET_PS_PROPERTYTYPE
=
0x00000042
;
static
const
ULONG
OFFSET_PS_PROPERTYTYPE
=
0x00000042
;
static
const
OFFSET_PS_BLOCKTYPE
=
0x00000043
;
static
const
ULONG
OFFSET_PS_BLOCKTYPE
=
0x00000043
;
static
const
OFFSET_PS_PREVIOUSPROP
=
0x00000044
;
static
const
ULONG
OFFSET_PS_PREVIOUSPROP
=
0x00000044
;
static
const
OFFSET_PS_NEXTPROP
=
0x00000048
;
static
const
ULONG
OFFSET_PS_NEXTPROP
=
0x00000048
;
static
const
OFFSET_PS_DIRPROP
=
0x0000004C
;
static
const
ULONG
OFFSET_PS_DIRPROP
=
0x0000004C
;
static
const
OFFSET_PS_GUID
=
0x00000050
;
static
const
ULONG
OFFSET_PS_GUID
=
0x00000050
;
static
const
OFFSET_PS_TSS1
=
0x00000064
;
static
const
ULONG
OFFSET_PS_TSS1
=
0x00000064
;
static
const
OFFSET_PS_TSD1
=
0x00000068
;
static
const
ULONG
OFFSET_PS_TSD1
=
0x00000068
;
static
const
OFFSET_PS_TSS2
=
0x0000006C
;
static
const
ULONG
OFFSET_PS_TSS2
=
0x0000006C
;
static
const
OFFSET_PS_TSD2
=
0x00000070
;
static
const
ULONG
OFFSET_PS_TSD2
=
0x00000070
;
static
const
OFFSET_PS_STARTBLOCK
=
0x00000074
;
static
const
ULONG
OFFSET_PS_STARTBLOCK
=
0x00000074
;
static
const
OFFSET_PS_SIZE
=
0x00000078
;
static
const
ULONG
OFFSET_PS_SIZE
=
0x00000078
;
static
const
WORD
DEF_BIG_BLOCK_SIZE_BITS
=
0x0009
;
static
const
WORD
DEF_BIG_BLOCK_SIZE_BITS
=
0x0009
;
static
const
WORD
DEF_SMALL_BLOCK_SIZE_BITS
=
0x0006
;
static
const
WORD
DEF_SMALL_BLOCK_SIZE_BITS
=
0x0006
;
static
const
WORD
DEF_BIG_BLOCK_SIZE
=
0x0200
;
static
const
WORD
DEF_BIG_BLOCK_SIZE
=
0x0200
;
static
const
WORD
DEF_SMALL_BLOCK_SIZE
=
0x0040
;
static
const
WORD
DEF_SMALL_BLOCK_SIZE
=
0x0040
;
static
const
ULONG
BLOCK_SPECIAL
=
0xFFFFFFFD
;
static
const
ULONG
BLOCK_SPECIAL
=
0xFFFFFFFD
;
static
const
ULONG
BLOCK_END_OF_CHAIN
=
0xFFFFFFFE
;
static
const
ULONG
BLOCK_END_OF_CHAIN
=
0xFFFFFFFE
;
static
const
ULONG
BLOCK_UNUSED
=
0xFFFFFFFF
;
static
const
ULONG
BLOCK_UNUSED
=
0xFFFFFFFF
;
static
const
ULONG
PROPERTY_NULL
=
0xFFFFFFFF
;
static
const
ULONG
PROPERTY_NULL
=
0xFFFFFFFF
;
#define PROPERTY_NAME_MAX_LEN 0x20
#define PROPERTY_NAME_MAX_LEN 0x20
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment