]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/data.cpp
AIX patches from Hans-Joachim Baader <hans-joachim.baader@cjt.de>
[wxWidgets.git] / src / motif / data.cpp
index 793bc7dc4db070297a89da371e33c8c636aa26b2..bbe4fe2ad76c133d786c80e5156eddd6c97199cf 100644 (file)
@@ -14,6 +14,7 @@
 #endif
 
 #include "wx/wx.h"
+#include "wx/dcps.h"
 
 #define _MAXPATHLEN 500
 
@@ -127,11 +128,7 @@ const char *wxFatalErrorStr = "wxWindows Fatal Error";
 const char *wxFloatToStringStr = "%.2f";
 const char *wxDoubleToStringStr = "%.2f";
 
-#if USE_POSTSCRIPT
-wxPrintPaperDatabase* wxThePrintPaperDatabase = NULL;
-#endif
-
-#if USE_SHARED_LIBRARY
+#if wxUSE_SHARED_LIBRARY
 ///// Event tables (also must be in one, statically-linked file for shared libraries)
 
 // This is the base, wxEvtHandler 'bootstrap' code which is expanded manually here