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
92ad2958
Commit
92ad2958
authored
Jan 11, 2006
by
Robert Shearman
Committed by
Alexandre Julliard
Jan 11, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ole: Remove some duplicated code.
parent
fe57d732
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
6 deletions
+0
-6
defaulthandler.c
dlls/ole32/defaulthandler.c
+0
-6
No files found.
dlls/ole32/defaulthandler.c
View file @
92ad2958
...
@@ -654,9 +654,6 @@ static HRESULT WINAPI DefaultHandler_GetUserClassID(
...
@@ -654,9 +654,6 @@ static HRESULT WINAPI DefaultHandler_GetUserClassID(
if
(
This
->
pOleDelegate
)
if
(
This
->
pOleDelegate
)
return
IOleObject_GetUserClassID
(
This
->
pOleDelegate
,
pClsid
);
return
IOleObject_GetUserClassID
(
This
->
pOleDelegate
,
pClsid
);
if
(
This
->
pOleDelegate
)
return
IOleObject_GetUserClassID
(
This
->
pOleDelegate
,
pClsid
);
/* Sanity check. */
/* Sanity check. */
if
(
!
pClsid
)
if
(
!
pClsid
)
return
E_POINTER
;
return
E_POINTER
;
...
@@ -868,9 +865,6 @@ static HRESULT WINAPI DefaultHandler_GetMiscStatus(
...
@@ -868,9 +865,6 @@ static HRESULT WINAPI DefaultHandler_GetMiscStatus(
if
(
This
->
pOleDelegate
)
if
(
This
->
pOleDelegate
)
return
IOleObject_GetMiscStatus
(
This
->
pOleDelegate
,
dwAspect
,
pdwStatus
);
return
IOleObject_GetMiscStatus
(
This
->
pOleDelegate
,
dwAspect
,
pdwStatus
);
if
(
This
->
pOleDelegate
)
return
IOleObject_GetMiscStatus
(
This
->
pOleDelegate
,
dwAspect
,
pdwStatus
);
hres
=
OleRegGetMiscStatus
(
&
This
->
clsid
,
dwAspect
,
pdwStatus
);
hres
=
OleRegGetMiscStatus
(
&
This
->
clsid
,
dwAspect
,
pdwStatus
);
if
(
FAILED
(
hres
))
if
(
FAILED
(
hres
))
...
...
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