From 33aaac313b839253cb2edf5165520082bfc4c2f4 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 16 Dec 2014 11:32:51 +0100 Subject: [PATCH] Fix compilation with Visual Studio. --- coreapi/linphonecall.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecall.c b/coreapi/linphonecall.c index 2697724f5..8caf6ae7e 100644 --- a/coreapi/linphonecall.c +++ b/coreapi/linphonecall.c @@ -38,7 +38,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "mediastreamer2/mssndcard.h" static const char EC_STATE_STORE[] = ".linphone.ecstate"; -static const size_t EC_STATE_MAX_LEN = 1048576; // 1Mo +#define EC_STATE_MAX_LEN 1048576 // 1Mo static void linphone_call_stats_uninit(LinphoneCallStats *stats);