mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-21 06:45:39 -06:00
.reference
git-svn-id: svn://ultimatepp.org/upp/trunk@7286 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
040913b8fd
commit
46389d54f2
8 changed files with 67 additions and 4 deletions
|
|
@ -2,7 +2,8 @@ description "Examples of using Core/POP3 package to download gmail emails\377";
|
|||
|
||||
uses
|
||||
Core,
|
||||
Core/POP3;
|
||||
Core/POP3,
|
||||
Core/SSL;
|
||||
|
||||
file
|
||||
Pop3.cpp;
|
||||
|
|
|
|||
|
|
@ -2,4 +2,5 @@
|
|||
#define _Pop3_icpp_init_stub
|
||||
#include "Core/init"
|
||||
#include "Core/POP3/init"
|
||||
#include "Core/SSL/init"
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue