]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/data.cpp
More Motif additions: mdi and sashtest samples now just about work!
[wxWidgets.git] / src / motif / data.cpp
index 793bc7dc4db070297a89da371e33c8c636aa26b2..e65f345b8799350b442ca14fee9f94cda11f915b 100644 (file)
@@ -127,11 +127,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