Commit a4717d0d authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

wbemprox: Register interfaces.

parent a73b9d9b
...@@ -3,10 +3,11 @@ TOPOBJDIR = ../.. ...@@ -3,10 +3,11 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@ SRCDIR = @srcdir@
VPATH = @srcdir@ VPATH = @srcdir@
MODULE = wbemprox.dll MODULE = wbemprox.dll
IMPORTS = kernel32 IMPORTS = ole32 advapi32 kernel32
C_SRCS = \ C_SRCS = \
main.c \ main.c \
regsvr.c \
wbemlocator.c wbemlocator.c
@MAKE_DLL_RULES@ @MAKE_DLL_RULES@
......
@ stdcall -private DllCanUnloadNow() @ stdcall -private DllCanUnloadNow()
@ stdcall -private DllGetClassObject(ptr ptr ptr) @ stdcall -private DllGetClassObject(ptr ptr ptr)
@ stub DllRegisterServer @ stdcall -private DllRegisterServer()
@ stub DllUnregisterServer @ stdcall -private DllUnregisterServer()
...@@ -2427,6 +2427,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G" ...@@ -2427,6 +2427,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,rsaenh.dll,1 11,,rsaenh.dll,1
11,,shdocvw.dll,1 11,,shdocvw.dll,1
11,,urlmon.dll,1 11,,urlmon.dll,1
11,,wbemprox.dll,1
11,,windowscodecs.dll,1 11,,windowscodecs.dll,1
11,,wintrust.dll,1 11,,wintrust.dll,1
11,,wuapi.dll,1 11,,wuapi.dll,1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment