From 7b6e7703cdeeecae28552f589f249a6ab7f6c4d2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 29 May 2014 14:20:50 +0200 Subject: Make typedef for framelists. Add some error handling in SRTP class. Make new instance protection mechanism for SRTP. Make some error handling in lrtp public API. --- src/compat.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/compat.h') diff --git a/src/compat.h b/src/compat.h index 70a6286..f4a7f20 100644 --- a/src/compat.h +++ b/src/compat.h @@ -29,9 +29,10 @@ #define __LRTP_COMPAT_H__ #ifdef WIN32 +#define _throw(...) typedef signed int ssize_t; #else - +#define _throw(fmt...) throw(fmt) #endif #endif/*__LRTP_COMPAT_H__*/ -- cgit v1.2.3