mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
fix mingw build
This commit is contained in:
parent
1435afd94a
commit
9aa90496a0
1 changed files with 3 additions and 1 deletions
|
|
@ -37,8 +37,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
|
||||
#ifdef WIN32
|
||||
#define chdir _chdir
|
||||
#define F_OK 00
|
||||
#include "direct.h"
|
||||
#ifndef F_OK
|
||||
#define F_OK 00 /*visual studio does not define F_OK*/
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#if defined(HAVE_NOTIFY1) || defined(HAVE_NOTIFY4)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue