--- parser3/src/lib/smtp/smtp.h 2013/07/23 07:55:18 1.11 +++ parser3/src/lib/smtp/smtp.h 2017/02/07 22:00:39 1.14 @@ -1,11 +1,11 @@ /** @file Parser: SMTP sender decl. - Copyright (c) 2001-2012 Art. Lebedev Studio (http://www.artlebedev.com) + Copyright (c) 2001-2017 Art. Lebedev Studio (http://www.artlebedev.com) Author: Alexandr Petrosian (http://paf.design.ru) */ -#define IDENT_SMTP_H "$Id: smtp.h,v 1.11 2013/07/23 07:55:18 moko Exp $" +#define IDENT_SMTP_H "$Id: smtp.h,v 1.14 2017/02/07 22:00:39 moko Exp $" #include "pa_string.h" @@ -14,7 +14,7 @@ #include -#else _MSC_VER +#else //_MSC_VER typedef char CHAR; typedef u_int SOCKET; @@ -91,7 +91,7 @@ inline int WSAGetLastError() { return er # define INVALID_SOCKET (SOCKET)(~0) #endif -#endif _MSC_VER +#endif //_MSC_VER //////////////////////////////////////////////////////////////////////////////