mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
Fix build with MinGW.
This commit is contained in:
parent
fd01a348cc
commit
cc01360d47
1 changed files with 3 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue