Commit 560462a2 authored by Stefan Leichter's avatar Stefan Leichter Committed by Alexandre Julliard

Added empty DllRegisterServer.

parent 998a8273
......@@ -3,9 +3,11 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = hhctrl.ocx
IMPORTS = shell32 user32 kernel32
IMPORTS = advapi32 shell32 ole32 user32 kernel32
C_SRCS = hhctrl.c
C_SRCS = \
hhctrl.c \
regsvr.c
@MAKE_DLL_RULES@
......
14 stdcall HtmlHelpA(ptr ptr long long)
15 stdcall HtmlHelpW(ptr ptr long long)
@ stdcall -private DllRegisterServer() HHCTRL_DllRegisterServer
@ stdcall -private DllUnregisterServer() HHCTRL_DllUnregisterServer
......@@ -2023,6 +2023,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dsound.dll,1
11,,dswave.dll,1
11,,dxdiagn.dll,1
11,,hhctrl.ocx,1
11,,msi.dll,1
11,,ole32.dll,1
11,,oleaut32.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