]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/helpers.cpp
Added more makefiles; fixed some samples for Cygwin
[wxWidgets.git] / utils / wxPython / src / helpers.cpp
index 2f8867bed4f6e6efc851a27d38a6221b7caf5aad..ae7a8321aea6a16236aa717780aca749647ec418 100644 (file)
@@ -24,6 +24,7 @@
 #undef DEBUG
 #include <Python.h>
 #include "helpers.h"
+#include <wx/module.h>
 
 //---------------------------------------------------------------------------
 
@@ -582,7 +583,14 @@ wxAcceleratorEntry* wxAcceleratorEntry_LIST_helper(PyObject* source) {
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.18  1999/01/30 08:17:27  RD
+// Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc.
+//
+// Various cleanup, tweaks, minor additions, etc. to maintain
+// compatibility with the current wxWindows.
+//
 // Revision 1.17  1999/01/30 07:30:12  RD
+//
 // Added wxSashWindow, wxSashEvent, wxLayoutAlgorithm, etc.
 //
 // Various cleanup, tweaks, minor additions, etc. to maintain