Defining __STDC__, otherwise it does not compile on Windows

modified:
  storage/connect/fmdlex.c
This commit is contained in:
Alexander Barkov 2013-01-28 18:11:51 +04:00
parent 4f9e09efb4
commit 501fc7642f

View file

@ -21,6 +21,10 @@
#define FLEX_SCANNER #define FLEX_SCANNER
#if WIN32
#define __STDC__ 1
#endif
#include <stdio.h> #include <stdio.h>