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
3cc7574e
Commit
3cc7574e
authored
Mar 19, 2010
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oleaut32: Move variable declaration outside of the switch statement.
parent
f6c4c49f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
typelib2.c
dlls/oleaut32/typelib2.c
+1
-1
No files found.
dlls/oleaut32/typelib2.c
View file @
3cc7574e
...
...
@@ -1179,6 +1179,7 @@ static HRESULT ctl2_add_default_value(
{
VARIANT
v
;
HRESULT
hres
;
int
mask
=
0
;
TRACE
(
"%p %d %d
\n
"
,
This
,
V_VT
(
value
),
arg_type
);
...
...
@@ -1196,7 +1197,6 @@ static HRESULT ctl2_add_default_value(
/* Check if default value can be stored in encoded_value */
switch
(
arg_type
)
{
int
mask
=
0
;
case
VT_I4
:
case
VT_UI4
:
mask
=
0x3ffffff
;
...
...
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