From 493e580f04c988e607a4fd21f369f55fa6685cb9 Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Tue, 7 Feb 2006 12:32:59 +0000 Subject: Added PJ_ERR_MSG_SIZE in errno.h and updated VC7 project files git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@138 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/errno.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/errno.h b/pjlib/include/pj/errno.h index 83e0c800..906d2053 100644 --- a/pjlib/include/pj/errno.h +++ b/pjlib/include/pj/errno.h @@ -63,6 +63,11 @@ PJ_BEGIN_DECL * */ +/** + * Guidelines on error message length. + */ +#define PJ_ERR_MSG_SIZE 64 + /** * Get the last platform error/status, folded into pj_status_t. * @return OS dependent error code, folded into pj_status_t. -- cgit v1.2.3