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

hnetcfg: Register interfaces.

parent 5fd74fb4
......@@ -3,14 +3,15 @@ TOPOBJDIR = ../..
SRCDIR = @srcdir@
VPATH = @srcdir@
MODULE = hnetcfg.dll
IMPORTS = kernel32
IMPORTS = ole32 advapi32 kernel32
C_SRCS = \
apps.c \
hnetcfg.c \
manager.c \
policy.c \
profile.c
profile.c \
regsvr.c
@MAKE_DLL_RULES@
......
......@@ -150,23 +150,3 @@ HRESULT WINAPI DllCanUnloadNow( void )
FIXME("\n");
return S_FALSE;
}
/******************************************************************
* DllRegisterServer (HNETCFG.@)
*
*
*/
HRESULT WINAPI DllRegisterServer(void)
{
return S_OK;
}
/******************************************************************
* DllUnregisterServer (HNETCFG.@)
*
*
*/
HRESULT WINAPI DllUnregisterServer(void)
{
return S_OK;
}
......@@ -2403,6 +2403,7 @@ HKLM,%CurrentVersion%\Telephony\Country List\998,"SameAreaRule",,"G"
11,,dxdiagn.dll,1
11,,hhctrl.ocx,1
11,,hlink.dll,1
11,,hnetcfg.dll,1
11,,iexplore.exe,1
11,,inetcomm.dll,1
11,,infosoft.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