]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/parser.y
* Changed char to wxChar in operators.
[wxWidgets.git] / src / common / parser.y
index cea8e3a3bbb61625cc7e4e9adebeb8f948accdce..ee3db0f8ec4b8d2ad6dbd43474036aade179110a 100644 (file)
@@ -1,4 +1,5 @@
  %{
+#include "wx/setup.h"
 #include <string.h>
 #ifdef _MSC_VER
 #include <io.h>
@@ -156,7 +157,7 @@ void yyerror(char *s)
  * to test
  */
 
-#ifndef __SC__
+#if !defined(__SC__) && !defined(__GNUWIN32__)
 #ifdef USE_DEFINE
 #ifndef yywrap
 #define yywrap() 1