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
333ced98
Commit
333ced98
authored
Nov 03, 2023
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
include: Use proper dllimports for wmi functions.
parent
32cdd5d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
Makefile.in
dlls/wmi/Makefile.in
+1
-0
wmium.h
include/wmium.h
+1
-1
No files found.
dlls/wmi/Makefile.in
View file @
333ced98
EXTRADEFS
=
-D_WMI_SOURCE_
MODULE
=
wmi.dll
MODULE
=
wmi.dll
IMPORTS
=
advapi32
IMPORTS
=
advapi32
...
...
include/wmium.h
View file @
333ced98
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
#ifdef _WMI_SOURCE_
#ifdef _WMI_SOURCE_
#define WMIAPI __stdcall
#define WMIAPI __stdcall
#else
#else
#define WMIAPI DECLSPEC_
HIDDEN
__stdcall
#define WMIAPI DECLSPEC_
IMPORT
__stdcall
#endif
#endif
#include <guiddef.h>
#include <guiddef.h>
...
...
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