]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/frames.i
minimal now works in Unicode mode
[wxWidgets.git] / utils / wxPython / src / frames.i
index 5d55dbdcea6742eff2238ba2b0385b4bd16b5d45..69d76332b1f026bb727f00cff01ec7856470f9f9 100644 (file)
 
 %{
 #include "helpers.h"
 
 %{
 #include "helpers.h"
-
-#ifdef __WXMSW__
 #include <wx/minifram.h>
 #include <wx/minifram.h>
-#endif
 %}
 
 //----------------------------------------------------------------------
 %}
 
 //----------------------------------------------------------------------
@@ -95,6 +92,9 @@ public:
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
 /////////////////////////////////////////////////////////////////////////////
 //
 // $Log$
+// Revision 1.4  1998/12/16 22:10:53  RD
+// Tweaks needed to be able to build wxPython with wxGTK.
+//
 // Revision 1.3  1998/12/15 20:41:18  RD
 // Changed the import semantics from "from wxPython import *" to "from
 // wxPython.wx import *"  This is for people who are worried about
 // Revision 1.3  1998/12/15 20:41:18  RD
 // Changed the import semantics from "from wxPython import *" to "from
 // wxPython.wx import *"  This is for people who are worried about