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
Releases
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
Baby Joey
wine
Commits
49447ad1
Commit
49447ad1
authored
13 years ago
by
Francois Gouget
Committed by
Alexandre Julliard
13 years ago
Browse files
Options
Downloads
Patches
Plain Diff
include: Fix the metahost.idl import directives.
parent
9cdc6ac0
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dlls/mscoree/tests/metahost.c
+1
-0
1 addition, 0 deletions
dlls/mscoree/tests/metahost.c
include/metahost.idl
+4
-2
4 additions, 2 deletions
include/metahost.idl
with
5 additions
and
2 deletions
dlls/mscoree/tests/metahost.c
+
1
−
0
View file @
49447ad1
...
...
@@ -24,6 +24,7 @@
#include
"ole2.h"
#include
"corerror.h"
#include
"ocidl.h"
#include
"initguid.h"
#include
"metahost.h"
#include
"wine/test.h"
...
...
This diff is collapsed.
Click to expand it.
include/metahost.idl
+
4
−
2
View file @
49447ad1
...
...
@@ -16,8 +16,10 @@
*
Foundation
,
Inc
.
,
51
Franklin
St
,
Fifth
Floor
,
Boston
,
MA
02110
-
1301
,
USA
*/
import
"wtypes.idl"
;
import
"propidl.idl"
;
import
"unknwn.idl"
;
import
"oaidl.idl"
;
import
"ocidl.idl"
;
import
"mscoree.idl"
;
cpp_quote
(
"#ifdef WINE_NO_UNICODE_MACROS"
)
cpp_quote
(
"#undef LoadLibrary"
)
...
...
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