Changed the name of export.h to wxPython.h so it wouldn't be so

generic.  This is the header that should be included by 3rd party
stuff that is embedding wxPython or making a new wxPython extension
module.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15327 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-05-02 02:46:14 +00:00
parent 5a32e18214
commit 6e2129f90f
32 changed files with 46 additions and 34 deletions

View File

@@ -55,7 +55,7 @@ extern PyObject *SWIG_newvarlink(void);
#define SWIG_name "oglbasicc"
#include "export.h"
#include "wxPython.h"
#include "oglhelpers.h"