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
aff60491
Commit
aff60491
authored
Oct 30, 2008
by
Hans Leidekker
Committed by
Alexandre Julliard
Oct 30, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
inetcomm: Add a stub implementation of ISMTPTransport2.
parent
80cb3569
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile.in
dlls/inetcomm/Makefile.in
+2
-1
inetcomm_private.h
dlls/inetcomm/inetcomm_private.h
+1
-1
smtptransport.c
dlls/inetcomm/smtptransport.c
+0
-0
No files found.
dlls/inetcomm/Makefile.in
View file @
aff60491
...
...
@@ -13,7 +13,8 @@ C_SRCS = \
mimeintl.c
\
mimeole.c
\
pop3transport.c
\
regsvr.c
regsvr.c
\
smtptransport.c
@MAKE_DLL_RULES@
...
...
dlls/inetcomm/inetcomm_private.h
View file @
aff60491
...
...
@@ -32,7 +32,7 @@ struct InternetTransport
union
{
const
IInternetTransportVtbl
*
vtbl
;
const
ISMTPTransport
Vtbl
*
vtblSMTP
;
const
ISMTPTransport
2Vtbl
*
vtblSMTP2
;
const
IIMAPTransportVtbl
*
vtblIMAP
;
const
IPOP3TransportVtbl
*
vtblPOP3
;
}
u
;
...
...
dlls/inetcomm/smtptransport.c
0 → 100644
View file @
aff60491
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