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
c257ef31
Commit
c257ef31
authored
Jul 30, 2009
by
Hans Leidekker
Committed by
Alexandre Julliard
Aug 03, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
hnetcfg: Register interfaces.
parent
5fd74fb4
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
22 deletions
+4
-22
Makefile.in
dlls/hnetcfg/Makefile.in
+3
-2
hnetcfg.c
dlls/hnetcfg/hnetcfg.c
+0
-20
regsvr.c
dlls/hnetcfg/regsvr.c
+0
-0
wine.inf.in
tools/wine.inf.in
+1
-0
No files found.
dlls/hnetcfg/Makefile.in
View file @
c257ef31
...
...
@@ -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@
...
...
dlls/hnetcfg/hnetcfg.c
View file @
c257ef31
...
...
@@ -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
;
}
dlls/hnetcfg/regsvr.c
0 → 100644
View file @
c257ef31
This diff is collapsed.
Click to expand it.
tools/wine.inf.in
View file @
c257ef31
...
...
@@ -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
...
...
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