%{
#include <string.h>
+#ifdef _MSC_VER
+#include <io.h>
+#endif
+#ifdef __GNUWIN32__
+#include <sys/unistd.h>
+#endif
+
#include "wx/expr.h"
#ifndef __EXTERN_C__
%%
+#ifdef __WXGTK__
+#include "lexer.c"
+#else
#include "../common/lex_yy.c"
+#endif
/*
void yyerror(s)