mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Fix build with MinGW.
This commit is contained in:
parent
c7dde8f0f0
commit
d534a643ca
1 changed files with 2 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|||
#include <gtkosxapplication.h>
|
||||
#endif
|
||||
|
||||
#ifdef WIN32
|
||||
#define F_OK 00
|
||||
#if defined(WIN32) && !defined(F_OK)
|
||||
#define F_OK 00 /*visual studio does not define F_OK*/
|
||||
#endif
|
||||
|
||||
#define NB_MSG_HIST 250
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue