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
a3a2789f
Commit
a3a2789f
authored
Nov 02, 2007
by
Huw Davies
Committed by
Alexandre Julliard
Nov 05, 2007
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcomm: Add self-registration code.
Based on a patch by Rob Shearman.
parent
994014b1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
21 deletions
+2
-21
Makefile.in
dlls/inetcomm/Makefile.in
+2
-1
inetcomm_main.c
dlls/inetcomm/inetcomm_main.c
+0
-20
regsvr.c
dlls/inetcomm/regsvr.c
+0
-0
No files found.
dlls/inetcomm/Makefile.in
View file @
a3a2789f
...
...
@@ -9,7 +9,8 @@ EXTRALIBS = -luuid
C_SRCS
=
\
inetcomm_main.c
\
internettransport.c
internettransport.c
\
regsvr.c
@MAKE_DLL_RULES@
...
...
dlls/inetcomm/inetcomm_main.c
View file @
a3a2789f
...
...
@@ -65,23 +65,3 @@ HRESULT WINAPI DllCanUnloadNow(void)
FIXME
(
"
\n
"
);
return
S_FALSE
;
}
/***********************************************************************
* DllRegisterServer (INETCOMM.@)
*/
HRESULT
WINAPI
DllRegisterServer
(
void
)
{
FIXME
(
"stub
\n
"
);
return
S_OK
;
}
/***********************************************************************
* DllUnregisterServer (INETCOMM.@)
*/
HRESULT
WINAPI
DllUnregisterServer
(
void
)
{
FIXME
(
"stub
\n
"
);
return
S_OK
;
}
dlls/inetcomm/regsvr.c
0 → 100644
View file @
a3a2789f
This diff is collapsed.
Click to expand it.
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