--- parser3/src/classes/mail.C 2003/11/04 12:46:49 1.92 +++ parser3/src/classes/mail.C 2003/11/21 12:38:20 1.96 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MAIL_C="$Date: 2003/11/04 12:46:49 $"; +static const char * const IDENT_MAIL_C="$Date: 2003/11/21 12:38:20 $"; #include "pa_config_includes.h" #include "pa_vmethod_frame.h" @@ -60,8 +60,16 @@ static const String mail_sendmail_name(S static void sendmail(Request& r, const String& message, - const String* from, const String* to, - const String* options) { + const String* from, const String* +#ifdef _MSC_VER + to +#endif + , + const String* +#ifndef _MSC_VER + options +#endif + ) { const char* message_cstr=message.cstr(String::L_UNSPECIFIED); Value* vmail_conf=static_cast(r.classes_conf.get(mail_base_class->name())); @@ -114,7 +122,7 @@ static void sendmail(Request& r, #endif } else { #ifdef PA_FORCED_SENDMAIL - sendmail_command<