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
9235ae2e
Commit
9235ae2e
authored
May 07, 2006
by
Huw Davies
Committed by
Alexandre Julliard
May 08, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Change CLEANLOCALSTORAGE flag constants to their character
constant equivalents. It's now obvious why these were chosen. Should be a NOP.
parent
70b2811e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
usrmarshal.c
dlls/oleaut32/usrmarshal.c
+4
-4
No files found.
dlls/oleaut32/usrmarshal.c
View file @
9235ae2e
...
@@ -85,10 +85,10 @@ static void dump_user_flags(unsigned long *pFlags)
...
@@ -85,10 +85,10 @@ static void dump_user_flags(unsigned long *pFlags)
/* CLEANLOCALSTORAGE */
/* CLEANLOCALSTORAGE */
#define CLS_FUNCDESC
0x66
#define CLS_FUNCDESC
'f'
#define CLS_LIBATTR
0x6c
#define CLS_LIBATTR
'l'
#define CLS_TYPEATTR
0x74
#define CLS_TYPEATTR
't'
#define CLS_VARDESC
0x76
#define CLS_VARDESC
'v'
unsigned
long
WINAPI
CLEANLOCALSTORAGE_UserSize
(
unsigned
long
*
pFlags
,
unsigned
long
Start
,
CLEANLOCALSTORAGE
*
pstg
)
unsigned
long
WINAPI
CLEANLOCALSTORAGE_UserSize
(
unsigned
long
*
pFlags
,
unsigned
long
Start
,
CLEANLOCALSTORAGE
*
pstg
)
{
{
...
...
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