/* include platform.h first to get __WIN32__ definition */
#include "wx/platform.h"
-#if defined(__WIN32__) || defined(__GNUWIN32__)
-/* all Win32 compilers can handle C++ comments, and C++ comments
- is the only C++ in setup.h */
#include "wx/setup.h"
-#endif
+#include "wx/deprecated/setup.h"
#if !defined(wxUSE_PROLOGIO) || wxUSE_PROLOGIO
#define yystacksize YYSTACKSIZE
#line 118 "parser.y"
-#ifdef IDE_INVOKED
-#include "../common/doslex.c"
-#else
-#include "../common/lex_yy.c"
-#endif
+#include "doslex.c"
/*
void yyerror(s)
* to test
*/
+#if 0 /* VS: doesn't work... */
#ifndef __SC__
#ifdef USE_DEFINE
#ifndef yywrap
# endif
#endif
#endif
+#endif
+
#line 247 "y_tab.c"
#define YYABORT goto yyabort
#define YYACCEPT goto yyaccept