]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/data.cpp
Added #include wx/dcclient.h for Vadims changes to work without pc headers
[wxWidgets.git] / src / stubs / data.cpp
index 6245f1607cb15557eac2ab398a05be6d1a621819..aea15f67990a048c5d31c55dedd3253cc57f6592 100644 (file)
 
 #include "wx/wx.h"
 
+#if wxUSE_POSTSCRIPT
+#include "wx/dcps.h"
+#endif
+
 #define _MAXPATHLEN 500
 
 // Useful buffer, initialized in CommonInit
@@ -127,10 +131,6 @@ const char *wxFatalErrorStr = "wxWindows Fatal Error";
 const char *wxFloatToStringStr = "%.2f";
 const char *wxDoubleToStringStr = "%.2f";
 
-#if wxUSE_POSTSCRIPT
-wxPrintPaperDatabase* wxThePrintPaperDatabase = NULL;
-#endif
-
 #if wxUSE_SHARED_LIBRARY
 ///// Event tables (also must be in one, statically-linked file for shared libraries)