Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
86759988
Commit
86759988
authored
Nov 10, 2009
by
Vincent Povirk
Committed by
Alexandre Julliard
Nov 13, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole32: Rename PROPERTY_NULL to DIRENTRY_NULL.
parent
8a6e2c8e
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
40 deletions
+40
-40
storage32.c
dlls/ole32/storage32.c
+39
-39
storage32.h
dlls/ole32/storage32.h
+1
-1
No files found.
dlls/ole32/storage32.c
View file @
86759988
This diff is collapsed.
Click to expand it.
dlls/ole32/storage32.h
View file @
86759988
...
...
@@ -72,7 +72,7 @@ static const ULONG BLOCK_EXTBBDEPOT = 0xFFFFFFFC;
static
const
ULONG
BLOCK_SPECIAL
=
0xFFFFFFFD
;
static
const
ULONG
BLOCK_END_OF_CHAIN
=
0xFFFFFFFE
;
static
const
ULONG
BLOCK_UNUSED
=
0xFFFFFFFF
;
static
const
ULONG
PROPERT
Y_NULL
=
0xFFFFFFFF
;
static
const
ULONG
DIRENTR
Y_NULL
=
0xFFFFFFFF
;
#define PROPERTY_NAME_MAX_LEN 0x20
#define PROPERTY_NAME_BUFFER_LEN 0x40
...
...
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