Moved declaratrions of wxPyInputStream and etc. into it's own header

file.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@14424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-02-28 15:53:14 +00:00
parent 772c017b2c
commit cbf60e091e
7 changed files with 93 additions and 70 deletions

View File

@@ -15,6 +15,7 @@
#undef DEBUG
#include <Python.h>
#include "helpers.h"
#include "pyistream.h"
#ifdef __WXMSW__
#include <wx/msw/private.h>