Fix build with MinGW.

This commit is contained in:
Ghislain MARY 2015-03-02 09:54:39 +01:00
parent c7dde8f0f0
commit d534a643ca

View file

@ -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