summaryrefslogtreecommitdiff
path: root/pjlib/include/pj/errno.h
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-02-07 12:32:59 +0000
committerBenny Prijono <bennylp@teluu.com>2006-02-07 12:32:59 +0000
commit493e580f04c988e607a4fd21f369f55fa6685cb9 (patch)
tree4b4f06fccf90462c5398d4424281a550ad317aea /pjlib/include/pj/errno.h
parentcef0ac7a9ea0c70a3b0acb757c9cccda071e52ed (diff)
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
Diffstat (limited to 'pjlib/include/pj/errno.h')
-rw-r--r--pjlib/include/pj/errno.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -64,6 +64,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.
* @remark This function gets errno, or calls GetLastError() function and