Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
wine
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo Ferrillo
wine
Commits
dbdf356f
Commit
dbdf356f
authored
13 years ago
by
Alexandre Julliard
Browse files
Options
Downloads
Patches
Plain Diff
msxml3: Don't return REFIID to avoid compiler warnings.
parent
1998c22d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/msxml3/dispex.c
+1
-1
1 addition, 1 deletion
dlls/msxml3/dispex.c
dlls/msxml3/msxml_private.h
+1
-1
1 addition, 1 deletion
dlls/msxml3/msxml_private.h
with
2 additions
and
2 deletions
dlls/msxml3/dispex.c
+
1
−
1
View file @
dbdf356f
...
...
@@ -152,7 +152,7 @@ static tid_id_t tid_ids[] = {
{
&
IID_IVBMXNamespaceManager
,
LibXml2
}
};
inline
REF
IID
get_riid_from_tid
(
tid_t
tid
)
const
IID
*
get_riid_from_tid
(
tid_t
tid
)
{
return
tid_ids
[
tid
].
iid
;
}
...
...
This diff is collapsed.
Click to expand it.
dlls/msxml3/msxml_private.h
+
1
−
1
View file @
dbdf356f
...
...
@@ -157,7 +157,7 @@ extern HINSTANCE MSXML_hInstance DECLSPEC_HIDDEN;
void
init_dispex
(
DispatchEx
*
,
IUnknown
*
,
dispex_static_data_t
*
)
DECLSPEC_HIDDEN
;
void
release_dispex
(
DispatchEx
*
)
DECLSPEC_HIDDEN
;
BOOL
dispex_query_interface
(
DispatchEx
*
,
REFIID
,
void
**
)
DECLSPEC_HIDDEN
;
REF
IID
get_riid_from_tid
(
enum
tid_t
tid
)
DECLSPEC_HIDDEN
;
const
IID
*
get_riid_from_tid
(
enum
tid_t
tid
)
DECLSPEC_HIDDEN
;
/* memory allocation functions */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment