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
a4717d0d
Commit
a4717d0d
authored
Jul 14, 2009
by
Hans Leidekker
Committed by
Alexandre Julliard
Jul 14, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wbemprox: Register interfaces.
parent
a73b9d9b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
Makefile.in
dlls/wbemprox/Makefile.in
+2
-1
regsvr.c
dlls/wbemprox/regsvr.c
+0
-0
wbemprox.spec
dlls/wbemprox/wbemprox.spec
+2
-2
wine.inf.in
tools/wine.inf.in
+1
-0
No files found.
dlls/wbemprox/Makefile.in
View file @
a4717d0d
...
...
@@ -3,10 +3,11 @@ TOPOBJDIR = ../..
SRCDIR
=
@srcdir@
VPATH
=
@srcdir@
MODULE
=
wbemprox.dll
IMPORTS
=
kernel32
IMPORTS
=
ole32 advapi32
kernel32
C_SRCS
=
\
main.c
\
regsvr.c
\
wbemlocator.c
@MAKE_DLL_RULES@
...
...
dlls/wbemprox/regsvr.c
0 → 100644
View file @
a4717d0d
This diff is collapsed.
Click to expand it.
dlls/wbemprox/wbemprox.spec
View file @
a4717d0d
@ 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 @
a4717d0d
...
...
@@ -2427,6 +2427,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,rsaenh.dll,1
11,,shdocvw.dll,1
11,,urlmon.dll,1
11,,wbemprox.dll,1
11,,windowscodecs.dll,1
11,,wintrust.dll,1
11,,wuapi.dll,1
...
...
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