From 5d7fc1ab44dd43d9170119bafbd2fc54c0829a8c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Sun, 21 Jan 2007 23:12:40 +0000 Subject: Implement ticket #67: added WAV playlist feature to PJMEDIA git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@895 74dad513-b988-da41-8d7b-12977e46ad98 --- pjlib/include/pj/config.h | 8 ++++++++ pjlib/include/pj/file_access.h | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'pjlib/include') diff --git a/pjlib/include/pj/config.h b/pjlib/include/pj/config.h index 15fa638a..2ff511d0 100644 --- a/pjlib/include/pj/config.h +++ b/pjlib/include/pj/config.h @@ -518,6 +518,14 @@ #endif +/** + * Maximum file name length. + */ +#ifndef PJ_MAXPATH +# define PJ_MAXPATH 260 +#endif + + /** * Enable library's extra check. * If this macro is enabled, #PJ_ASSERT_RETURN macro will expand to diff --git a/pjlib/include/pj/file_access.h b/pjlib/include/pj/file_access.h index 5eed23da..a9ef8ac8 100644 --- a/pjlib/include/pj/file_access.h +++ b/pjlib/include/pj/file_access.h @@ -1,4 +1,4 @@ -/* $Id */ +/* $Id$ */ /* * Copyright (C)2003-2006 Benny Prijono * -- cgit v1.2.3