Fix build with MinGW.

This commit is contained in:
Ghislain MARY 2015-03-02 11:01:38 +01:00
parent fd01a348cc
commit cc01360d47

View file

@ -30,7 +30,9 @@
#ifdef WIN32
#define unlink _unlink
#define F_OK 00
#ifndef F_OK
#define F_OK 00 /*visual studio does not define F_OK*/
#endif
#endif
static void srtp_call(void);