]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gdi.i
added wcslen prototype declaration for Darwin/FreeBSD, wcslen is in wxchar.cpp
[wxWidgets.git] / wxPython / src / gdi.i
index 7ed99fbc21b369e1dfcaf122d78efda6dfe6a4dc..48cbbb569ba650e52ccc2ebcbe3933e2897bfdc0 100644 (file)
@@ -16,9 +16,6 @@
 %{
 #include "helpers.h"
 #include <wx/imaglist.h>
-#ifndef __WXMSW__
-#include <wx/dcps.h>
-#endif
 #include <wx/fontmap.h>
 #include <wx/fontenc.h>
 #include <wx/fontmap.h>
@@ -1064,15 +1061,6 @@ public:
 
 //---------------------------------------------------------------------------
 
-#ifndef __WXMSW__
-class wxPostScriptDC : public wxDC {
-public:
-      wxPostScriptDC(const wxString& output, bool interactive = TRUE, wxWindow* win = NULL);
-};
-#endif
-
-//---------------------------------------------------------------------------
-
 
 #ifdef __WXMSW__