--- parser3/src/classes/mail.C 2003/11/20 16:34:23 1.94 +++ 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 * const IDENT_MAIL_C="$Date: 2003/11/20 16:34:23 $"; +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,7 +60,11 @@ static const String mail_sendmail_name(S static void sendmail(Request& r, const String& message, - const String* from, const String* to, + const String* from, const String* +#ifdef _MSC_VER + to +#endif + , const String* #ifndef _MSC_VER options @@ -118,7 +122,7 @@ static void sendmail(Request& r, #endif } else { #ifdef PA_FORCED_SENDMAIL - sendmail_command<