]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/parser.y
SetEventData for a few widgets
[wxWidgets.git] / src / common / parser.y
index 336ee0f964eb265e49ae8cd0fbd307ff2636d3be..d154676d06b0fae45b669a7329daf5b496402a37 100644 (file)
@@ -1,5 +1,12 @@
  %{
 #include <string.h>
+#ifdef _MSC_VER
+#include <io.h>
+#endif
+#ifdef __GNUWIN32__
+#include <sys/unistd.h>
+#endif
+
 #include "wx/expr.h"
 
 #ifndef __EXTERN_C__