Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
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-cw
Commits
8013e45e
Commit
8013e45e
authored
Jul 14, 2009
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 14, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wmiutils: Register interfaces.
parent
ceee3ddf
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile.in
dlls/wmiutils/Makefile.in
+2
-1
regsvr.c
dlls/wmiutils/regsvr.c
+0
-0
wmiutils.spec
dlls/wmiutils/wmiutils.spec
+2
-2
wine.inf.in
tools/wine.inf.in
+1
-0
No files found.
dlls/wmiutils/Makefile.in
View file @
8013e45e
...
...
@@ -3,10 +3,11 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
wmiutils.dll
IMPORTS
=
oleaut32 kernel32
IMPORTS
=
oleaut32
ole32 advapi32
kernel32
C_SRCS
=
\
main.c
\
regsvr.c
\
statuscode.c
@MAKE_DLL_RULES@
...
...
dlls/wmiutils/regsvr.c
0 → 100644
View file @
8013e45e
This diff is collapsed.
Click to expand it.
dlls/wmiutils/wmiutils.spec
View file @
8013e45e
@ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr)
@ st
ub DllRegisterServer
@ st
ub DllUnregisterServer
@ st
dcall -private DllRegisterServer()
@ st
dcall -private DllUnregisterServer()
tools/wine.inf.in
View file @
8013e45e
...
...
@@ -2430,6 +2430,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,wbemprox.dll,1
11,,windowscodecs.dll,1
11,,wintrust.dll,1
11,,wmiutils.dll,1
11,,wuapi.dll,1
[FakeDllsSection]
...
...
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