Files correlati : Ricompilazione Demo : [ ] Commento : Riportata la versione 3.1 patch 766 git-svn-id: svn://10.65.10.50/trunk@14628 c028cbd2-c16b-5b4b-a496-9718f37d4682
8 lines
223 B
C++
Executable File
8 lines
223 B
C++
Executable File
#include "xvt.h"
|
|
|
|
BOOLEAN xvt_mail_send(const char* to, const char* cc, const char* ccn,
|
|
const char* subject, const char* msg,
|
|
const char* attach, BOOLEAN ui)
|
|
{
|
|
return FALSE;
|
|
} |