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

inetcomm: Add a stub implementation of ISMTPTransport2.

parent 80cb3569
......@@ -13,7 +13,8 @@ C_SRCS = \
mimeintl.c \
mimeole.c \
pop3transport.c \
regsvr.c
regsvr.c \
smtptransport.c
@MAKE_DLL_RULES@
......
......@@ -32,7 +32,7 @@ struct InternetTransport
union
{
const IInternetTransportVtbl *vtbl;
const ISMTPTransportVtbl *vtblSMTP;
const ISMTPTransport2Vtbl *vtblSMTP2;
const IIMAPTransportVtbl *vtblIMAP;
const IPOP3TransportVtbl *vtblPOP3;
} u;
......
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