]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/data.cpp
Added (untested) support for sub-locales.
[wxWidgets.git] / src / stubs / data.cpp
index ae2895408bc2179e97f6c5a82beafa451e21c95c..40bcb684e2e943adac157a7c8598fbea1b4c4e62 100644 (file)
 
 #include "wx/wx.h"
 
+#if wxUSE_POSTSCRIPT
+#include "wx/dcps.h"
+#endif
+
 #define _MAXPATHLEN 500
 
 // Useful buffer, initialized in CommonInit
@@ -127,11 +131,11 @@ const char *wxFatalErrorStr = "wxWindows Fatal Error";
 const char *wxFloatToStringStr = "%.2f";
 const char *wxDoubleToStringStr = "%.2f";
 
-#if USE_POSTSCRIPT
+#if wxUSE_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