From 4f63da7e987a98af4d29583688f647a0ef7363ab Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Thu, 7 Oct 1999 22:11:23 +0000 Subject: [PATCH] more updates git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- utils/wxPython/src/msw/misc2.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/wxPython/src/msw/misc2.cpp b/utils/wxPython/src/msw/misc2.cpp index 040cb4aae2..ea6e3e1d34 100644 --- a/utils/wxPython/src/msw/misc2.cpp +++ b/utils/wxPython/src/msw/misc2.cpp @@ -57,7 +57,9 @@ extern PyObject *SWIG_newvarlink(void); #include #include #include +#ifdef NOT_READY_YET #include +#endif static PyObject* l_output_helper(PyObject* target, PyObject* o) { PyObject* o2; -- 2.47.2