Commit 80cb3569 authored by Hans Leidekker's avatar Hans Leidekker Committed by Alexandre Julliard

inetcomm: Add a stub implementation of IPOP3Transport.

parent bc5dd302
......@@ -12,6 +12,7 @@ C_SRCS = \
internettransport.c \
mimeintl.c \
mimeole.c \
pop3transport.c \
regsvr.c
@MAKE_DLL_RULES@
......
......@@ -34,6 +34,7 @@ struct InternetTransport
const IInternetTransportVtbl *vtbl;
const ISMTPTransportVtbl *vtblSMTP;
const IIMAPTransportVtbl *vtblIMAP;
const IPOP3TransportVtbl *vtblPOP3;
} u;
ITransportCallback *pCallback;
......
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