Module: wine Branch: master Commit: f0399605868fb8fd24c4c74ea6a31250e01d613c URL: http://source.winehq.org/git/wine.git/?a=commit;h=f0399605868fb8fd24c4c74ea6...
Author: Hans Leidekker hans@codeweavers.com Date: Tue Nov 4 11:35:18 2008 +0100
inetcomm: CreateIMAPTransport, CreatePOP3Transport and CreateSMTPTransport are implemented.
---
dlls/inetcomm/inetcomm.spec | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dlls/inetcomm/inetcomm.spec b/dlls/inetcomm/inetcomm.spec index 86669c8..0c90b4d 100644 --- a/dlls/inetcomm/inetcomm.spec +++ b/dlls/inetcomm/inetcomm.spec @@ -1,10 +1,10 @@ @ stub CreateIMAPTransport2 -@ stub CreateIMAPTransport +@ stdcall CreateIMAPTransport(ptr) @ stub CreateNNTPTransport -@ stub CreatePOP3Transport +@ stdcall CreatePOP3Transport(ptr) @ stub CreateRASTransport @ stub CreateRangeList -@ stub CreateSMTPTransport +@ stdcall CreateSMTPTransport(ptr) @ stdcall -private DllCanUnloadNow() @ stdcall -private DllGetClassObject(ptr ptr ptr) @ stdcall -private DllRegisterServer()